#DE74E9

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

Shades of Orchid #DE74E9

Tints of Orchid #DE74E9

Color information

#DE74E9 (or 0xDE74E9) is unknown color: approx Orchid. HEX triplet: DE, 74 and E9. RGB value is (222,116,233). Sum of RGB (Red+Green+Blue) = 222+116+233=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE74E9 is #218B16. Grayscale: #A0A0A0. Windows color (decimal): -2198295 or 15299806. OLE color: 15299806.

HSL color Cylindrical-coordinate representation of color #DE74E9: hue angle of 294.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE74E9 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222116233-
CMYK0.050.5000.09
HSL294.36º72.67%68.43%-
HSV(B)294.36º50.21%91.37%-
XYZ51.0833.980.94-
YUV161.03168.62171.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=38.88%
G=20.32%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221162330.050.5000.09294.3672.6768.43
HexDE74E9532091264944
Octal336164351562011446111104
Binary110111101110100111010011011100100100110010011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE74E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE74E9; }

 p { color: rgb(222,116,233); }

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

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

 a { background-color: rgb(222,116,233); }

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

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

 span { border-color: rgb(222,116,233); }

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