#DE7CCE

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

Shades of Orchid #DE7CCE

Tints of Orchid #DE7CCE

Color information

#DE7CCE (or 0xDE7CCE) is unknown color: approx Orchid. HEX triplet: DE, 7C and CE. RGB value is (222,124,206). Sum of RGB (Red+Green+Blue) = 222+124+206=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CCE is #218331. Grayscale: #A2A2A2. Windows color (decimal): -2196274 or 13532382. OLE color: 13532382.

HSL color Cylindrical-coordinate representation of color #DE7CCE: hue angle of 309.8º 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 #DE7CCE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222124206-
CMYK00.440.070.13
HSL309.8º59.76%67.84%-
HSV(B)309.8º44.14%87.06%-
XYZ48.4734.462.48-
YUV162.65152.47170.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=40.22%
G=22.46%
B=37.32%

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
Decimal22212420600.440.070.13309.859.7667.84
HexDE7CCE02C7D1363c44
Octal33617431605471546674104
Binary11011110111110011001110010110011111011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CCE; }

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

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

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

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

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

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

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

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