#DE76CF

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

Shades of Orchid #DE76CF

Tints of Orchid #DE76CF

Color information

#DE76CF (or 0xDE76CF) is unknown color: approx Orchid. HEX triplet: DE, 76 and CF. RGB value is (222,118,207). Sum of RGB (Red+Green+Blue) = 222+118+207=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76CF is #218930. Grayscale: #9E9E9E. Windows color (decimal): -2197809 or 13596382. OLE color: 13596382.

HSL color Cylindrical-coordinate representation of color #DE76CF: hue angle of 308.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76CF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222118207-
CMYK00.470.070.13
HSL308.65º61.18%66.67%-
HSV(B)308.65º46.85%87.06%-
XYZ47.8732.9962.88-
YUV159.24154.96172.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 118 (46.48% from 255) = 21.57%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=40.59%
G=21.57%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211820700.470.070.13308.6561.1866.67
HexDE76CF02F7D1353d43
Octal33616631705771546575103
Binary11011110111011011001111010111111111011001101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76CF; }

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

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

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

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

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

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

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

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