#d476db

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

Shades of Orchid #D476DB

Tints of Orchid #D476DB

Color information

#D476DB (or 0xD476DB) is unknown color: approx Orchid. HEX triplet: D4, 76 and DB. RGB value is (212,118,219). Sum of RGB (Red+Green+Blue) = 212+118+219=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D476DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476DB is #2B8924. Grayscale: #9D9D9D. Windows color (decimal): -2853157 or 14382804. OLE color: 14382804.

HSL color Cylindrical-coordinate representation of color #D476DB: hue angle of 295.84º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D476DB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212118219-
CMYK0.030.4600.14
HSL295.84º58.38%66.08%-
HSV(B)295.84º46.12%85.88%-
XYZ46.4232.0770.76-
YUV157.62162.64166.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=38.62%
G=21.49%
B=39.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121182190.030.4600.14295.8458.3866.08
HexD476DB32E0E1283a42
Octal32416633335601645072102
Binary1101010011101101101101111101110011101001010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d476db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d476db; }

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

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

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

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

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

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

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

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