#CD85CE

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

Shades of Orchid #CD85CE

Tints of Orchid #CD85CE

Color information

#CD85CE (or 0xCD85CE) is unknown color: approx Orchid. HEX triplet: CD, 85 and CE. RGB value is (205,133,206). Sum of RGB (Red+Green+Blue) = 205+133+206=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85CE is #327A31. Grayscale: #A2A2A2. Windows color (decimal): -3308082 or 13534669. OLE color: 13534669.

HSL color Cylindrical-coordinate representation of color #CD85CE: hue angle of 299.18º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85CE is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205133206-
CMYK0.000.3500.19
HSL299.18º42.69%66.47%-
HSV(B)299.18º35.44%80.78%-
XYZ44.734.2162.64-
YUV162.85152.35158.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=37.68%
G=24.45%
B=37.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051332060.000.3500.19299.1842.6966.47
HexCD85CE02301312b2b42
Octal31520531604302345353102
Binary11001101100001011100111001000110100111001010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85CE; }

 p { color: rgb(205,133,206); }

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

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

 a { background-color: rgb(205,133,206); }

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

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

 span { border-color: rgb(205,133,206); }

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