#DE7DD3

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

Shades of Orchid #DE7DD3

Tints of Orchid #DE7DD3

Color information

#DE7DD3 (or 0xDE7DD3) is unknown color: approx Orchid. HEX triplet: DE, 7D and D3. RGB value is (222,125,211). Sum of RGB (Red+Green+Blue) = 222+125+211=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DD3 is #21822C. Grayscale: #A3A3A3. Windows color (decimal): -2196013 or 13860318. OLE color: 13860318.

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

Color convert

RGB222125211-
CMYK00.440.050.13
HSL306.8º59.51%68.04%-
HSV(B)306.8º43.69%87.06%-
XYZ49.2234.965.77-
YUV163.81154.64169.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=39.78%
G=22.40%
B=37.81%

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
Decimal22212521100.440.050.13306.859.5168.04
HexDE7DD302C5D1333c44
Octal33617532305451546374104
Binary11011110111110111010011010110010111011001100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DD3; }

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

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

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

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

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

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

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

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