#DD76DC

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

Shades of Orchid #DD76DC

Tints of Orchid #DD76DC

Color information

#DD76DC (or 0xDD76DC) is unknown color: approx Orchid. HEX triplet: DD, 76 and DC. RGB value is (221,118,220). Sum of RGB (Red+Green+Blue) = 221+118+220=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DC is #228923. Grayscale: #A0A0A0. Windows color (decimal): -2263332 or 14448349. OLE color: 14448349.

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

Color convert

RGB221118220-
CMYK00.470.000.13
HSL300.58º60.23%66.47%-
HSV(B)300.58º46.61%86.67%-
XYZ49.2233.571.58-
YUV160.42161.62171.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 118 (46.48% from 255) = 21.11%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=39.53%
G=21.11%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111822000.470.000.13300.5860.2366.47
HexDD76DC02F0D12d3c42
Octal33516633405701545574102
Binary110111011110110110111000101111011011001011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76DC; }

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

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

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

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

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

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

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

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