#CD6DCC

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

Shades of Orchid #CD6DCC

Tints of Orchid #CD6DCC

Color information

#CD6DCC (or 0xCD6DCC) is unknown color: approx Orchid. HEX triplet: CD, 6D and CC. RGB value is (205,109,204). Sum of RGB (Red+Green+Blue) = 205+109+204=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DCC is #329233. Grayscale: #949494. Windows color (decimal): -3314228 or 13397453. OLE color: 13397453.

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

Color convert

RGB205109204-
CMYK00.470.000.20
HSL300.62º48.98%61.57%-
HSV(B)300.62º46.83%80.39%-
XYZ41.5428.2860.39-
YUV148.53159.3168.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=39.58%
G=21.04%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510920400.470.000.20300.6248.9861.57
HexCD6DCC02F01412d313e
Octal3151553140570244556176
Binary110011011101101110011000101111010100100101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DCC; }

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

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

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

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

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

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

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

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