#DC76D7

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

Shades of Orchid #DC76D7

Tints of Orchid #DC76D7

Color information

#DC76D7 (or 0xDC76D7) is unknown color: approx Orchid. HEX triplet: DC, 76 and D7. RGB value is (220,118,215). Sum of RGB (Red+Green+Blue) = 220+118+215=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D7 is #238928. Grayscale: #9F9F9F. Windows color (decimal): -2328873 or 14120668. OLE color: 14120668.

HSL color Cylindrical-coordinate representation of color #DC76D7: hue angle of 302.94º 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 #DC76D7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220118215-
CMYK00.460.020.14
HSL302.94º59.3%66.27%-
HSV(B)302.94º46.36%86.27%-
XYZ48.2633.0868.13-
YUV159.56159.29171.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=39.78%
G=21.34%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011821500.460.020.14302.9459.366.27
HexDC76D702E2E12f3b42
Octal33416632705621645773102
Binary1101110011101101101011101011101011101001011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76D7; }

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

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

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

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

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

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

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

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