#DE7DD2

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

Shades of Orchid #DE7DD2

Tints of Orchid #DE7DD2

Color information

#DE7DD2 (or 0xDE7DD2) is unknown color: approx Orchid. HEX triplet: DE, 7D and D2. RGB value is (222,125,210). Sum of RGB (Red+Green+Blue) = 222+125+210=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DD2 is #21822D. Grayscale: #A3A3A3. Windows color (decimal): -2196014 or 13794782. OLE color: 13794782.

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

Color convert

RGB222125210-
CMYK00.440.050.13
HSL307.42º59.51%68.04%-
HSV(B)307.42º43.69%87.06%-
XYZ49.0934.8565.11-
YUV163.69154.14169.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=39.86%
G=22.44%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212521000.440.050.13307.4259.5168.04
HexDE7DD202C5D1333c44
Octal33617532205451546374104
Binary11011110111110111010010010110010111011001100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DD2; }

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

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

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

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

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

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

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

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