#CD6DC9

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

Shades of Orchid #CD6DC9

Tints of Orchid #CD6DC9

Color information

#CD6DC9 (or 0xCD6DC9) is unknown color: approx Orchid. HEX triplet: CD, 6D and C9. RGB value is (205,109,201). Sum of RGB (Red+Green+Blue) = 205+109+201=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DC9 is #329236. Grayscale: #939393. Windows color (decimal): -3314231 or 13200845. OLE color: 13200845.

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

Color convert

RGB205109201-
CMYK00.470.020.20
HSL302.5º48.98%61.57%-
HSV(B)302.5º46.83%80.39%-
XYZ41.1928.1358.52-
YUV148.19157.8168.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=39.81%
G=21.17%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510920100.470.020.20302.548.9861.57
HexCD6DC902F21412e313e
Octal3151553110572244566176
Binary1100110111011011100100101011111010100100101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DC9; }

 p { color: rgb(205,109,201); }

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

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

 a { background-color: rgb(205,109,201); }

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

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

 span { border-color: rgb(205,109,201); }

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