#DE72E4

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

Shades of Orchid #DE72E4

Tints of Orchid #DE72E4

Color information

#DE72E4 (or 0xDE72E4) is unknown color: approx Orchid. HEX triplet: DE, 72 and E4. RGB value is (222,114,228). Sum of RGB (Red+Green+Blue) = 222+114+228=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE72E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72E4 is #218D1B. Grayscale: #9E9E9E. Windows color (decimal): -2198812 or 14971614. OLE color: 14971614.

HSL color Cylindrical-coordinate representation of color #DE72E4: hue angle of 296.84º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE72E4 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222114228-
CMYK0.030.5000.11
HSL296.84º67.86%67.06%-
HSV(B)296.84º50%89.41%-
XYZ50.1533.1777.16-
YUV159.29166.78172.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 114 (44.92% from 255) = 20.21%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=39.36%
G=20.21%
B=40.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221142280.030.5000.11296.8467.8667.06
HexDE72E43320B1294443
Octal336162344362013451104103
Binary11011110111001011100100111100100101110010100110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72E4; }

 p { color: rgb(222,114,228); }

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

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

 a { background-color: rgb(222,114,228); }

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

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

 span { border-color: rgb(222,114,228); }

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