#DE6ECF

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

Shades of Orchid #DE6ECF

Tints of Orchid #DE6ECF

Color information

#DE6ECF (or 0xDE6ECF) is unknown color: approx Orchid. HEX triplet: DE, 6E and CF. RGB value is (222,110,207). Sum of RGB (Red+Green+Blue) = 222+110+207=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ECF is #219130. Grayscale: #9A9A9A. Windows color (decimal): -2199857 or 13594334. OLE color: 13594334.

HSL color Cylindrical-coordinate representation of color #DE6ECF: hue angle of 308.04º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6ECF is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222110207-
CMYK00.500.070.13
HSL308.04º62.92%65.1%-
HSV(B)308.04º50.45%87.06%-
XYZ46.9631.1962.58-
YUV154.55157.61176.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 110 (43.36% from 255) = 20.41%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=41.19%
G=20.41%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211020700.500.070.13308.0462.9265.1
HexDE6ECF0327D1343f41
Octal33615631706271546477101
Binary11011110110111011001111011001011111011001101001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6ECF; }

 p { color: rgb(222,110,207); }

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

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

 a { background-color: rgb(222,110,207); }

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

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

 span { border-color: rgb(222,110,207); }

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