#de66e7

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

Shades of Orchid #DE66E7

Tints of Orchid #DE66E7

Color information

#DE66E7 (or 0xDE66E7) is unknown color: approx Orchid. HEX triplet: DE, 66 and E7. RGB value is (222,102,231). Sum of RGB (Red+Green+Blue) = 222+102+231=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE66E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE66E7 is #219918. Grayscale: #989898. Windows color (decimal): -2201881 or 15165150. OLE color: 15165150.

HSL color Cylindrical-coordinate representation of color #DE66E7: hue angle of 295.81º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE66E7 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222102231-
CMYK0.040.5600.09
HSL295.81º72.88%65.29%-
HSV(B)295.81º55.84%90.59%-
XYZ49.330.878.95-
YUV152.59172.26177.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 18.38%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=40%
G=18.38%
B=41.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221022310.040.5600.09295.8172.8865.29
HexDE66E7438091284941
Octal336146347470011450111101
Binary110111101100110111001111001110000100110010100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de66e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de66e7; }

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

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

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

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

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

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

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

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