#D476E3

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

Shades of Orchid #D476E3

Tints of Orchid #D476E3

Color information

#D476E3 (or 0xD476E3) is unknown color: approx Orchid. HEX triplet: D4, 76 and E3. RGB value is (212,118,227). Sum of RGB (Red+Green+Blue) = 212+118+227=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #D476E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476E3 is #2B891C. Grayscale: #9E9E9E. Windows color (decimal): -2853149 or 14907092. OLE color: 14907092.

HSL color Cylindrical-coordinate representation of color #D476E3: hue angle of 291.74º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D476E3 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212118227-
CMYK0.070.4800.11
HSL291.74º66.06%67.65%-
HSV(B)291.74º48.02%89.02%-
XYZ47.4932.576.44-
YUV158.53166.64166.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=38.06%
G=21.18%
B=40.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121182270.070.4800.11291.7466.0667.65
HexD476E37300B1244244
Octal324166343760013444102104
Binary110101001110110111000111111100000101110010010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476E3; }

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

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

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

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

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

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

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

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