#DE85CC

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

Shades of Orchid #DE85CC

Tints of Orchid #DE85CC

Color information

#DE85CC (or 0xDE85CC) is unknown color: approx Orchid. HEX triplet: DE, 85 and CC. RGB value is (222,133,204). Sum of RGB (Red+Green+Blue) = 222+133+204=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85CC is #217A33. Grayscale: #A7A7A7. Windows color (decimal): -2193972 or 13403614. OLE color: 13403614.

HSL color Cylindrical-coordinate representation of color #DE85CC: hue angle of 312.13º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE85CC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222133204-
CMYK00.400.080.13
HSL312.13º57.42%69.61%-
HSV(B)312.13º40.09%87.06%-
XYZ49.4136.6661.6-
YUV167.7148.49166.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=39.71%
G=23.79%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213320400.400.080.13312.1357.4269.61
HexDE85CC0288D1383946
Octal336205314050101547071106
Binary1101111010000101110011000101000100011011001110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85CC; }

 p { color: rgb(222,133,204); }

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

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

 a { background-color: rgb(222,133,204); }

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

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

 span { border-color: rgb(222,133,204); }

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