#DD77CD

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

Shades of Orchid #DD77CD

Tints of Orchid #DD77CD

Color information

#DD77CD (or 0xDD77CD) is unknown color: approx Orchid. HEX triplet: DD, 77 and CD. RGB value is (221,119,205). Sum of RGB (Red+Green+Blue) = 221+119+205=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CD is #228832. Grayscale: #9F9F9F. Windows color (decimal): -2263091 or 13465565. OLE color: 13465565.

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

Color convert

RGB221119205-
CMYK00.460.070.13
HSL309.41º60%66.67%-
HSV(B)309.41º46.15%86.67%-
XYZ47.4432.9761.62-
YUV159.3153.79172.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=40.55%
G=21.83%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111920500.460.070.13309.416066.67
HexDD77CD02E7D1353c43
Octal33516731505671546574103
Binary11011101111011111001101010111011111011001101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77CD; }

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

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

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

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

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

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

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

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