Shades of Orchid #D476E5
Tints of Orchid #D476E5
RGB
CMYK
RGB Variations
Color information
#D476E5 (or 0xD476E5) is known color: Orchid. HEX triplet: D4, 76 and E5. RGB value is (212,118,229). Sum of RGB (Red+Green+Blue) = 212+118+229=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #D476E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476E5 is #2B891A. Grayscale: #9E9E9E. Windows color (decimal): -2853147 or 15038164. OLE color: 15038164.
HSL color Cylindrical-coordinate representation of color #D476E5: hue angle of 290.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D476E5 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 118 | 229 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.10 |
| HSL | 290.81º | 0.68% | 0.68% | - |
| HSV(B) | 290.81º | 0.48% | 0.9% | - |
| XYZ | 47.77 | 32.61 | 77.91 | - |
| YUV | 158.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 229 | 0.07 | 0.48 | 0 | 0.10 | 290.81 | 0.68 | 0.68 |
| Hex | D4 | 76 | E5 | 7 | 30 | 0 | A | 123 | 44 | 44 |
| Octal | 324 | 166 | 345 | 7 | 60 | 0 | 12 | 443 | 104 | 104 |
| Binary | 11010100 | 1110110 | 11100101 | 111 | 110000 | 0 | 1010 | 100100011 | 1000100 | 1000100 |
Color Harmonies of #D476E5
Complementary color
Monochromatic Colors of #D476E5
Black with #D476E5
Text Example
Text Example
White with #D476E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476E5; }
p { color: rgb(212,118,229); }
H1.HeaderClassName
{
color: #D476E5;
}
.AnyTagClassName
{
color: #D476E5;
}
</style>
background-color css
<style>
a { background-color: #D476E5; }
a { background-color: rgb(212,118,229); }
div.DivClassName
{
background-color: #D476E5;
}
.BgClassName
{
background-color: #D476E5;
}
</style>
border-color css
<style>
span { border-color: #D476E5; }
span { border-color: rgb(212,118,229); }
td.TdClassName
{
border-color: #D476E5;
}
.TagClassName
{
border-color: #D476E5;
}
</style>