#D476BA

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

Shades of Orchid #D476BA

Tints of Orchid #D476BA

Color information

#D476BA (or 0xD476BA) is unknown color: approx Orchid. HEX triplet: D4, 76 and BA. RGB value is (212,118,186). Sum of RGB (Red+Green+Blue) = 212+118+186=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D476BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476BA is #2B8945. Grayscale: #999999. Windows color (decimal): -2853190 or 12220116. OLE color: 12220116.

HSL color Cylindrical-coordinate representation of color #D476BA: hue angle of 316.6º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476BA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212118186-
CMYK00.440.120.17
HSL316.6º52.22%64.71%-
HSV(B)316.6º44.34%83.14%-
XYZ42.4930.550.1-
YUV153.86146.14169.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=41.09%
G=22.87%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211818600.440.120.17316.652.2264.71
HexD476BA02CC1113d3441
Octal324166272054142147564101
Binary1101010011101101011101001011001100100011001111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476BA; }

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

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

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

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

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

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

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

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