#D576DC

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

Shades of Orchid #D576DC

Tints of Orchid #D576DC

Color information

#D576DC (or 0xD576DC) is unknown color: approx Orchid. HEX triplet: D5, 76 and DC. RGB value is (213,118,220). Sum of RGB (Red+Green+Blue) = 213+118+220=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D576DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576DC is #2A8923. Grayscale: #9D9D9D. Windows color (decimal): -2787620 or 14448341. OLE color: 14448341.

HSL color Cylindrical-coordinate representation of color #D576DC: hue angle of 295.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D576DC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213118220-
CMYK0.030.4600.14
HSL295.88º59.3%66.27%-
HSV(B)295.88º46.36%86.27%-
XYZ46.8432.2771.47-
YUV158.03162.97167.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=38.66%
G=21.42%
B=39.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131182200.030.4600.14295.8859.366.27
HexD576DC32E0E1283b42
Octal32516633435601645073102
Binary1101010111101101101110011101110011101001010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D576DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D576DC; }

 p { color: rgb(213,118,220); }

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

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

 a { background-color: rgb(213,118,220); }

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

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

 span { border-color: rgb(213,118,220); }

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