#DD76DD

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

Shades of Orchid #DD76DD

Tints of Orchid #DD76DD

Color information

#DD76DD (or 0xDD76DD) is unknown color: approx Orchid. HEX triplet: DD, 76 and DD. RGB value is (221,118,221). Sum of RGB (Red+Green+Blue) = 221+118+221=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DD is #228922. Grayscale: #A0A0A0. Windows color (decimal): -2263331 or 14513885. OLE color: 14513885.

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

Color convert

RGB221118221-
CMYK00.4700.13
HSL300º60.23%66.47%-
HSV(B)300º46.61%86.67%-
XYZ49.3533.5572.28-
YUV160.54162.12171.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 118 (46.48% from 255) = 21.07%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=39.46%
G=21.07%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111822100.4700.1330060.2366.47
HexDD76DD02F0D12c3c42
Octal33516633505701545474102
Binary110111011110110110111010101111011011001011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76DD; }

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

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

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

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

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

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

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

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