#DE7EE0

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

Shades of Orchid #DE7EE0

Tints of Orchid #DE7EE0

Color information

#DE7EE0 (or 0xDE7EE0) is unknown color: approx Orchid. HEX triplet: DE, 7E and E0. RGB value is (222,126,224). Sum of RGB (Red+Green+Blue) = 222+126+224=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EE0 is #21811F. Grayscale: #A5A5A5. Windows color (decimal): -2195744 or 14712542. OLE color: 14712542.

HSL color Cylindrical-coordinate representation of color #DE7EE0: hue angle of 298.78º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7EE0 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222126224-
CMYK0.010.4400.12
HSL298.78º61.25%68.63%-
HSV(B)298.78º43.75%87.84%-
XYZ51.0435.8374.75-
YUV165.88160.8168.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=38.81%
G=22.03%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221262240.010.4400.12298.7861.2568.63
HexDE7EE012C0C12b3d45
Octal33617634015401445375105
Binary110111101111110111000001101100011001001010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EE0; }

 p { color: rgb(222,126,224); }

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

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

 a { background-color: rgb(222,126,224); }

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

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

 span { border-color: rgb(222,126,224); }

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