#CD6ECC

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

Shades of Orchid #CD6ECC

Tints of Orchid #CD6ECC

Color information

#CD6ECC (or 0xCD6ECC) is unknown color: approx Orchid. HEX triplet: CD, 6E and CC. RGB value is (205,110,204). Sum of RGB (Red+Green+Blue) = 205+110+204=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ECC is #329133. Grayscale: #949494. Windows color (decimal): -3313972 or 13397709. OLE color: 13397709.

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

Color convert

RGB205110204-
CMYK00.460.000.20
HSL300.63º48.72%61.76%-
HSV(B)300.63º46.34%80.39%-
XYZ41.6528.4960.43-
YUV149.12158.97167.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=39.50%
G=21.19%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511020400.460.000.20300.6348.7261.76
HexCD6ECC02E01412d313e
Octal3151563140560244556176
Binary110011011101110110011000101110010100100101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ECC; }

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

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

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

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

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

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

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

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