#DD76CA

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

Shades of Orchid #DD76CA

Tints of Orchid #DD76CA

Color information

#DD76CA (or 0xDD76CA) is unknown color: approx Orchid. HEX triplet: DD, 76 and CA. RGB value is (221,118,202). Sum of RGB (Red+Green+Blue) = 221+118+202=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CA is #228935. Grayscale: #9E9E9E. Windows color (decimal): -2263350 or 13268701. OLE color: 13268701.

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

Color convert

RGB221118202-
CMYK00.470.090.13
HSL311.07º60.23%66.47%-
HSV(B)311.07º46.61%86.67%-
XYZ46.9632.5959.69-
YUV158.37152.62172.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=40.85%
G=21.81%
B=37.34%

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
Decimal22111820200.470.090.13311.0760.2366.47
HexDD76CA02F9D1373c42
Octal335166312057111546774102
Binary110111011110110110010100101111100111011001101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76CA; }

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

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

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

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

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

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

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

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