#CD6CCC

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

Shades of Orchid #CD6CCC

Tints of Orchid #CD6CCC

Color information

#CD6CCC (or 0xCD6CCC) is unknown color: approx Orchid. HEX triplet: CD, 6C and CC. RGB value is (205,108,204). Sum of RGB (Red+Green+Blue) = 205+108+204=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CCC is #329333. Grayscale: #939393. Windows color (decimal): -3314484 or 13397197. OLE color: 13397197.

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

Color convert

RGB205108204-
CMYK00.470.000.20
HSL300.62º49.24%61.37%-
HSV(B)300.62º47.32%80.39%-
XYZ41.4428.0660.36-
YUV147.95159.64168.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 108 (42.58% from 255) = 20.89%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=39.65%
G=20.89%
B=39.46%

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
Decimal20510820400.470.000.20300.6249.2461.37
HexCD6CCC02F01412d313d
Octal3151543140570244556175
Binary110011011101100110011000101111010100100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CCC; }

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

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

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

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

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

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

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

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