#cd6cd2

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

Shades of Orchid #CD6CD2

Tints of Orchid #CD6CD2

Color information

#CD6CD2 (or 0xCD6CD2) is unknown color: approx Orchid. HEX triplet: CD, 6C and D2. RGB value is (205,108,210). Sum of RGB (Red+Green+Blue) = 205+108+210=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CD2 is #32932D. Grayscale: #949494. Windows color (decimal): -3314478 or 13790413. OLE color: 13790413.

HSL color Cylindrical-coordinate representation of color #CD6CD2: hue angle of 297.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6CD2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205108210-
CMYK0.020.4900.18
HSL297.06º53.12%62.35%-
HSV(B)297.06º48.57%82.35%-
XYZ42.1728.3664.22-
YUV148.63162.64168.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=39.20%
G=20.65%
B=40.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051082100.020.4900.18297.0653.1262.35
HexCD6CD2231012129353e
Octal3151543222610224516576
Binary1100110111011001101001010110001010010100101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6cd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6cd2; }

 p { color: rgb(205,108,210); }

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

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

 a { background-color: rgb(205,108,210); }

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

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

 span { border-color: rgb(205,108,210); }

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