#DE7DCE

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

Shades of Orchid #DE7DCE

Tints of Orchid #DE7DCE

Color information

#DE7DCE (or 0xDE7DCE) is unknown color: approx Orchid. HEX triplet: DE, 7D and CE. RGB value is (222,125,206). Sum of RGB (Red+Green+Blue) = 222+125+206=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DCE is #218231. Grayscale: #A3A3A3. Windows color (decimal): -2196018 or 13532638. OLE color: 13532638.

HSL color Cylindrical-coordinate representation of color #DE7DCE: hue angle of 309.9º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DCE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222125206-
CMYK00.440.070.13
HSL309.9º59.51%68.04%-
HSV(B)309.9º43.69%87.06%-
XYZ48.634.6562.52-
YUV163.24152.14169.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=40.14%
G=22.60%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212520600.440.070.13309.959.5168.04
HexDE7DCE02C7D1363c44
Octal33617531605471546674104
Binary11011110111110111001110010110011111011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DCE; }

 p { color: rgb(222,125,206); }

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

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

 a { background-color: rgb(222,125,206); }

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

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

 span { border-color: rgb(222,125,206); }

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