#DD77D9

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

Shades of Orchid #DD77D9

Tints of Orchid #DD77D9

Color information

#DD77D9 (or 0xDD77D9) is unknown color: approx Orchid. HEX triplet: DD, 77 and D9. RGB value is (221,119,217). Sum of RGB (Red+Green+Blue) = 221+119+217=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77D9 is #228826. Grayscale: #A0A0A0. Windows color (decimal): -2263079 or 14251997. OLE color: 14251997.

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

Color convert

RGB221119217-
CMYK00.460.020.13
HSL302.35º60%66.67%-
HSV(B)302.35º46.15%86.67%-
XYZ48.9433.5869.55-
YUV160.67159.79171.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=39.68%
G=21.36%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111921700.460.020.13302.356066.67
HexDD77D902E2D12e3c43
Octal33516733105621545674103
Binary1101110111101111101100101011101011011001011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77D9; }

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

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

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

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

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

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

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

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