#DD76D0

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

Shades of Orchid #DD76D0

Tints of Orchid #DD76D0

Color information

#DD76D0 (or 0xDD76D0) is unknown color: approx Orchid. HEX triplet: DD, 76 and D0. RGB value is (221,118,208). Sum of RGB (Red+Green+Blue) = 221+118+208=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D0 is #22892F. Grayscale: #9E9E9E. Windows color (decimal): -2263344 or 13661917. OLE color: 13661917.

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

Color convert

RGB221118208-
CMYK00.470.060.13
HSL307.57º60.23%66.47%-
HSV(B)307.57º46.61%86.67%-
XYZ47.6832.8863.51-
YUV159.06155.62172.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 118 (46.48% from 255) = 21.57%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=40.40%
G=21.57%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111820800.470.060.13307.5760.2366.47
HexDD76D002F6D1343c42
Octal33516632005761546474102
Binary11011101111011011010000010111111011011001101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76D0; }

 p { color: rgb(221,118,208); }

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

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

 a { background-color: rgb(221,118,208); }

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

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

 span { border-color: rgb(221,118,208); }

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