#DE72EA

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

Shades of Orchid #DE72EA

Tints of Orchid #DE72EA

Color information

#DE72EA (or 0xDE72EA) is unknown color: approx Orchid. HEX triplet: DE, 72 and EA. RGB value is (222,114,234). Sum of RGB (Red+Green+Blue) = 222+114+234=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72EA is #218D15. Grayscale: #9F9F9F. Windows color (decimal): -2198806 or 15364830. OLE color: 15364830.

HSL color Cylindrical-coordinate representation of color #DE72EA: hue angle of 294º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE72EA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222114234-
CMYK0.050.5100.08
HSL294º74.07%68.24%-
HSV(B)294º51.28%91.76%-
XYZ50.9933.581.62-
YUV159.97169.78172.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 114 (44.92% from 255) = 20%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=38.95%
G=20%
B=41.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221142340.050.5100.0829474.0768.24
HexDE72EA533081264a44
Octal336162352563010446112104
Binary110111101110010111010101011100110100010010011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72EA; }

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

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

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

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

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

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

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

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