#CD6DCB

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

Shades of Orchid #CD6DCB

Tints of Orchid #CD6DCB

Color information

#CD6DCB (or 0xCD6DCB) is unknown color: approx Orchid. HEX triplet: CD, 6D and CB. RGB value is (205,109,203). Sum of RGB (Red+Green+Blue) = 205+109+203=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DCB is #329234. Grayscale: #949494. Windows color (decimal): -3314229 or 13331917. OLE color: 13331917.

HSL color Cylindrical-coordinate representation of color #CD6DCB: hue angle of 301.25º 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 #CD6DCB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205109203-
CMYK00.470.010.20
HSL301.25º48.98%61.57%-
HSV(B)301.25º46.83%80.39%-
XYZ41.4228.2359.77-
YUV148.42158.8168.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=39.65%
G=21.08%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510920300.470.010.20301.2548.9861.57
HexCD6DCB02F11412d313e
Octal3151553130571244556176
Binary110011011101101110010110101111110100100101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DCB; }

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

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

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

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

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

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

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

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