#DE7AE2

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

Shades of Orchid #DE7AE2

Tints of Orchid #DE7AE2

Color information

#DE7AE2 (or 0xDE7AE2) is unknown color: approx Orchid. HEX triplet: DE, 7A and E2. RGB value is (222,122,226). Sum of RGB (Red+Green+Blue) = 222+122+226=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE7AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AE2 is #21851D. Grayscale: #A3A3A3. Windows color (decimal): -2196766 or 14842590. OLE color: 14842590.

HSL color Cylindrical-coordinate representation of color #DE7AE2: hue angle of 297.69º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7AE2 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222122226-
CMYK0.020.4600.11
HSL297.69º64.2%68.24%-
HSV(B)297.69º46.02%88.63%-
XYZ50.8134.9476.02-
YUV163.76163.13169.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 122 (48.05% from 255) = 21.40%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=38.95%
G=21.40%
B=39.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221222260.020.4600.11297.6964.268.24
HexDE7AE222E0B12a4044
Octal336172342256013452100104
Binary11011110111101011100010101011100101110010101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7AE2; }

 p { color: rgb(222,122,226); }

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

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

 a { background-color: rgb(222,122,226); }

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

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

 span { border-color: rgb(222,122,226); }

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