#D476DD

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

Shades of Orchid #D476DD

Tints of Orchid #D476DD

Color information

#D476DD (or 0xD476DD) is unknown color: approx Orchid. HEX triplet: D4, 76 and DD. RGB value is (212,118,221). Sum of RGB (Red+Green+Blue) = 212+118+221=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D476DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476DD is #2B8922. Grayscale: #9D9D9D. Windows color (decimal): -2853155 or 14513876. OLE color: 14513876.

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

Color convert

RGB212118221-
CMYK0.040.4700.13
HSL294.76º60.23%66.47%-
HSV(B)294.76º46.61%86.67%-
XYZ46.6832.1772.16-
YUV157.85163.64166.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=38.48%
G=21.42%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121182210.040.4700.13294.7660.2366.47
HexD476DD42F0D1273c42
Octal32416633545701544774102
Binary11010100111011011011101100101111011011001001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476DD; }

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

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

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

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

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

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

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

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