#DE76CA

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

Shades of Orchid #DE76CA

Tints of Orchid #DE76CA

Color information

#DE76CA (or 0xDE76CA) is unknown color: approx Orchid. HEX triplet: DE, 76 and CA. RGB value is (222,118,202). Sum of RGB (Red+Green+Blue) = 222+118+202=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76CA is #218935. Grayscale: #9E9E9E. Windows color (decimal): -2197814 or 13268702. OLE color: 13268702.

HSL color Cylindrical-coordinate representation of color #DE76CA: hue angle of 311.54º 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 #DE76CA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222118202-
CMYK00.470.090.13
HSL311.54º61.18%66.67%-
HSV(B)311.54º46.85%87.06%-
XYZ47.2632.7559.71-
YUV158.67152.46173.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=40.96%
G=21.77%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211820200.470.090.13311.5461.1866.67
HexDE76CA02F9D1383d43
Octal336166312057111547075103
Binary110111101110110110010100101111100111011001110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76CA; }

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

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

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

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

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

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

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

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