#CD6EDB

Color #CD6EDB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD6EDB

Tints of Orchid #CD6EDB

Color information

#CD6EDB (or 0xCD6EDB) is unknown color: approx Orchid. HEX triplet: CD, 6E and DB. RGB value is (205,110,219). Sum of RGB (Red+Green+Blue) = 205+110+219=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EDB is #329124. Grayscale: #969696. Windows color (decimal): -3313957 or 14380749. OLE color: 14380749.

HSL color Cylindrical-coordinate representation of color #CD6EDB: hue angle of 292.29º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6EDB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205110219-
CMYK0.060.5000.14
HSL292.29º60.22%64.51%-
HSV(B)292.29º49.77%85.88%-
XYZ43.5429.2570.37-
YUV150.83166.47166.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 110 (43.36% from 255) = 20.60%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=38.39%
G=20.60%
B=41.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051102190.060.5000.14292.2960.2264.51
HexCD6EDB6320E1243c41
Octal31515633366201644474101
Binary11001101110111011011011110110010011101001001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EDB; }

 p { color: rgb(205,110,219); }

 H1.HeaderClassName
 {
   color: #CD6EDB;
 }
 .AnyTagClassName
 {
   color: #CD6EDB;
 }
</style>
background-color css

<style>
 a { background-color: #CD6EDB; }

 a { background-color: rgb(205,110,219); }

 div.DivClassName
 {
   background-color: #CD6EDB;
 }
 .BgClassName
 {
   background-color: #CD6EDB;
 }
</style>
border-color css

<style>
 span { border-color: #CD6EDB; }

 span { border-color: rgb(205,110,219); }

 td.TdClassName
 {
   border-color: #CD6EDB;
 }
 .TagClassName
 {
   border-color: #CD6EDB;
 }
</style>