#CD85D4

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

Shades of Orchid #CD85D4

Tints of Orchid #CD85D4

Color information

#CD85D4 (or 0xCD85D4) is unknown color: approx Orchid. HEX triplet: CD, 85 and D4. RGB value is (205,133,212). Sum of RGB (Red+Green+Blue) = 205+133+212=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD85D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85D4 is #327A2B. Grayscale: #A3A3A3. Windows color (decimal): -3308076 or 13927885. OLE color: 13927885.

HSL color Cylindrical-coordinate representation of color #CD85D4: hue angle of 294.68º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD85D4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205133212-
CMYK0.030.3700.17
HSL294.68º47.88%67.65%-
HSV(B)294.68º37.26%83.14%-
XYZ45.4534.5166.55-
YUV163.53155.35157.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=37.27%
G=24.18%
B=38.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051332120.030.3700.17294.6847.8867.65
HexCD85D43250111273044
Octal31520532434502144760104
Binary110011011000010111010100111001010100011001001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85D4; }

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

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

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

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

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

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

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

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