#d476d1

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

Shades of Orchid #D476D1

Tints of Orchid #D476D1

Color information

#D476D1 (or 0xD476D1) is unknown color: approx Orchid. HEX triplet: D4, 76 and D1. RGB value is (212,118,209). Sum of RGB (Red+Green+Blue) = 212+118+209=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D476D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476D1 is #2B892E. Grayscale: #9C9C9C. Windows color (decimal): -2853167 or 13727444. OLE color: 13727444.

HSL color Cylindrical-coordinate representation of color #D476D1: hue angle of 301.91º 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 #D476D1 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212118209-
CMYK00.440.010.17
HSL301.91º52.22%64.71%-
HSV(B)301.91º44.34%83.14%-
XYZ45.1431.5664.03-
YUV156.48157.64167.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=39.33%
G=21.89%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211820900.440.010.17301.9152.2264.71
HexD476D102C11112e3441
Octal32416632105412145664101
Binary1101010011101101101000101011001100011001011101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d476d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d476d1; }

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

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

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

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

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

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

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

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