#DF7EE0

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

Shades of Orchid #DF7EE0

Tints of Orchid #DF7EE0

Color information

#DF7EE0 (or 0xDF7EE0) is unknown color: approx Orchid. HEX triplet: DF, 7E and E0. RGB value is (223,126,224). Sum of RGB (Red+Green+Blue) = 223+126+224=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EE0 is #20811F. Grayscale: #A5A5A5. Windows color (decimal): -2130208 or 14712543. OLE color: 14712543.

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

Color convert

RGB223126224-
CMYK0.000.4400.12
HSL299.39º61.25%68.63%-
HSV(B)299.39º43.75%87.84%-
XYZ51.3535.9974.76-
YUV166.18160.64168.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=38.92%
G=21.99%
B=39.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231262240.000.4400.12299.3961.2568.63
HexDF7EE002C0C12b3d45
Octal33717634005401445375105
Binary110111111111110111000000101100011001001010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7EE0; }

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

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

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

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

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

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

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

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