#DF66E9

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

Shades of Orchid #DF66E9

Tints of Orchid #DF66E9

Color information

#DF66E9 (or 0xDF66E9) is unknown color: approx Orchid. HEX triplet: DF, 66 and E9. RGB value is (223,102,233). Sum of RGB (Red+Green+Blue) = 223+102+233=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF66E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66E9 is #209916. Grayscale: #989898. Windows color (decimal): -2136343 or 15296223. OLE color: 15296223.

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

Color convert

RGB223102233-
CMYK0.040.5600.09
HSL295.42º74.86%65.69%-
HSV(B)295.42º56.22%91.37%-
XYZ49.8931.0780.46-
YUV153.11173.09177.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 102 (40.23% from 255) = 18.28%
BLUE value IS 233 (91.41% from 255) = 41.76%
R=39.96%
G=18.28%
B=41.76%

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
Decimal2231022330.040.5600.09295.4274.8665.69
HexDF66E9438091274b42
Octal337146351470011447113102
Binary110111111100110111010011001110000100110010011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF66E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF66E9; }

 p { color: rgb(223,102,233); }

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

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

 a { background-color: rgb(223,102,233); }

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

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

 span { border-color: rgb(223,102,233); }

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