#DE66E5

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

Shades of Orchid #DE66E5

Tints of Orchid #DE66E5

Color information

#DE66E5 (or 0xDE66E5) is unknown color: approx Orchid. HEX triplet: DE, 66 and E5. RGB value is (222,102,229). Sum of RGB (Red+Green+Blue) = 222+102+229=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66E5 is #21991A. Grayscale: #979797. Windows color (decimal): -2201883 or 15034078. OLE color: 15034078.

HSL color Cylindrical-coordinate representation of color #DE66E5: hue angle of 296.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE66E5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222102229-
CMYK0.030.5500.10
HSL296.69º70.95%64.9%-
HSV(B)296.69º55.46%89.8%-
XYZ49.0230.6977.47-
YUV152.36171.26177.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 102 (40.23% from 255) = 18.44%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=40.14%
G=18.44%
B=41.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221022290.030.5500.10296.6970.9564.9
HexDE66E53370A1294741
Octal336146345367012451107101
Binary11011110110011011100101111101110101010010100110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE66E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE66E5; }

 p { color: rgb(222,102,229); }

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

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

 a { background-color: rgb(222,102,229); }

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

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

 span { border-color: rgb(222,102,229); }

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