#CD66CC

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

Shades of Orchid #CD66CC

Tints of Orchid #CD66CC

Color information

#CD66CC (or 0xCD66CC) is unknown color: approx Orchid. HEX triplet: CD, 66 and CC. RGB value is (205,102,204). Sum of RGB (Red+Green+Blue) = 205+102+204=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66CC is #329933. Grayscale: #909090. Windows color (decimal): -3316020 or 13395661. OLE color: 13395661.

HSL color Cylindrical-coordinate representation of color #CD66CC: hue angle of 300.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD66CC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205102204-
CMYK00.500.000.20
HSL300.58º50.74%60.2%-
HSV(B)300.58º50.24%80.39%-
XYZ40.8326.8460.16-
YUV144.42161.62171.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=40.12%
G=19.96%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510220400.500.000.20300.5850.7460.2
HexCD66CC03201412d333c
Octal3151463140620244556374
Binary110011011100110110011000110010010100100101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66CC; }

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

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

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

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

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

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

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

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