#DD77DD

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

Shades of Orchid #DD77DD

Tints of Orchid #DD77DD

Color information

#DD77DD (or 0xDD77DD) is unknown color: approx Orchid. HEX triplet: DD, 77 and DD. RGB value is (221,119,221). Sum of RGB (Red+Green+Blue) = 221+119+221=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DD is #228822. Grayscale: #A0A0A0. Windows color (decimal): -2263075 or 14514141. OLE color: 14514141.

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

Color convert

RGB221119221-
CMYK00.4600.13
HSL300º60%66.67%-
HSV(B)300º46.15%86.67%-
XYZ49.4733.7972.32-
YUV161.13161.79170.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=39.39%
G=21.21%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111922100.4600.133006066.67
HexDD77DD02E0D12c3c43
Octal33516733505601545474103
Binary110111011110111110111010101110011011001011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77DD; }

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

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

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

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

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

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

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

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