#DE76D3

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

Shades of Orchid #DE76D3

Tints of Orchid #DE76D3

Color information

#DE76D3 (or 0xDE76D3) is unknown color: approx Orchid. HEX triplet: DE, 76 and D3. RGB value is (222,118,211). Sum of RGB (Red+Green+Blue) = 222+118+211=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76D3 is #21892C. Grayscale: #9F9F9F. Windows color (decimal): -2197805 or 13858526. OLE color: 13858526.

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

Color convert

RGB222118211-
CMYK00.470.050.13
HSL306.35º61.18%66.67%-
HSV(B)306.35º46.85%87.06%-
XYZ48.3633.1965.49-
YUV159.7156.96172.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 211 (82.81% from 255) = 38.29%
R=40.29%
G=21.42%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211821100.470.050.13306.3561.1866.67
HexDE76D302F5D1323d43
Octal33616632305751546275103
Binary11011110111011011010011010111110111011001100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76D3; }

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

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

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

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

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

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

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

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