#DE6AE0

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

Shades of Orchid #DE6AE0

Tints of Orchid #DE6AE0

Color information

#DE6AE0 (or 0xDE6AE0) is unknown color: approx Orchid. HEX triplet: DE, 6A and E0. RGB value is (222,106,224). Sum of RGB (Red+Green+Blue) = 222+106+224=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AE0 is #21951F. Grayscale: #999999. Windows color (decimal): -2200864 or 14707422. OLE color: 14707422.

HSL color Cylindrical-coordinate representation of color #DE6AE0: hue angle of 298.98º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6AE0 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222106224-
CMYK0.010.5300.12
HSL298.98º65.56%64.71%-
HSV(B)298.98º52.68%87.84%-
XYZ48.7331.2273.98-
YUV154.14167.43176.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 106 (41.80% from 255) = 19.20%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=40.22%
G=19.20%
B=40.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221062240.010.5300.12298.9865.5664.71
HexDE6AE01350C12b4241
Octal336152340165014453102101
Binary1101111011010101110000011101010110010010101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AE0; }

 p { color: rgb(222,106,224); }

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

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

 a { background-color: rgb(222,106,224); }

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

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

 span { border-color: rgb(222,106,224); }

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