#DD77CC

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

Shades of Orchid #DD77CC

Tints of Orchid #DD77CC

Color information

#DD77CC (or 0xDD77CC) is unknown color: approx Orchid. HEX triplet: DD, 77 and CC. RGB value is (221,119,204). Sum of RGB (Red+Green+Blue) = 221+119+204=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CC is #228833. Grayscale: #9E9E9E. Windows color (decimal): -2263092 or 13400029. OLE color: 13400029.

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

Color convert

RGB221119204-
CMYK00.460.080.13
HSL310º60%66.67%-
HSV(B)310º46.15%86.67%-
XYZ47.3132.9360.99-
YUV159.19153.29172.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 119 (46.88% from 255) = 21.88%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=40.62%
G=21.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111920400.460.080.133106066.67
HexDD77CC02E8D1363c43
Octal335167314056101546674103
Binary110111011110111110011000101110100011011001101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77CC; }

 p { color: rgb(221,119,204); }

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

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

 a { background-color: rgb(221,119,204); }

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

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

 span { border-color: rgb(221,119,204); }

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