#DF6EE1

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

Shades of Orchid #DF6EE1

Tints of Orchid #DF6EE1

Color information

#DF6EE1 (or 0xDF6EE1) is unknown color: approx Orchid. HEX triplet: DF, 6E and E1. RGB value is (223,110,225). Sum of RGB (Red+Green+Blue) = 223+110+225=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EE1 is #20911E. Grayscale: #9C9C9C. Windows color (decimal): -2134303 or 14773983. OLE color: 14773983.

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

Color convert

RGB223110225-
CMYK0.010.5100.12
HSL298.96º65.71%65.69%-
HSV(B)298.96º51.11%88.24%-
XYZ49.632.2874.85-
YUV156.9166.44175.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 110 (43.36% from 255) = 19.71%
BLUE value IS 225 (88.28% from 255) = 40.32%
R=39.96%
G=19.71%
B=40.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231102250.010.5100.12298.9665.7165.69
HexDF6EE11330C12b4242
Octal337156341163014453102102
Binary1101111111011101110000111100110110010010101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6EE1; }

 p { color: rgb(223,110,225); }

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

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

 a { background-color: rgb(223,110,225); }

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

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

 span { border-color: rgb(223,110,225); }

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