Shades of Orchid #D476E0
Tints of Orchid #D476E0
RGB
CMYK
RGB Variations
Color information
#D476E0 (or 0xD476E0) is known color: Orchid. HEX triplet: D4, 76 and E0. RGB value is (212,118,224). Sum of RGB (Red+Green+Blue) = 212+118+224=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #D476E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476E0 is #2B891F. Grayscale: #9D9D9D. Windows color (decimal): -2853152 or 14710484. OLE color: 14710484.
HSL color Cylindrical-coordinate representation of color #D476E0: hue angle of 293.21º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D476E0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 118 | 224 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.12 |
| HSL | 293.21º | 0.63% | 0.67% | - |
| HSV(B) | 293.21º | 0.47% | 0.88% | - |
| XYZ | 47.08 | 32.34 | 74.28 | - |
| YUV | 158.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 224 | 0.05 | 0.47 | 0 | 0.12 | 293.21 | 0.63 | 0.67 |
| Hex | D4 | 76 | E0 | 5 | 2F | 0 | C | 125 | 3F | 43 |
| Octal | 324 | 166 | 340 | 5 | 57 | 0 | 14 | 445 | 77 | 103 |
| Binary | 11010100 | 1110110 | 11100000 | 101 | 101111 | 0 | 1100 | 100100101 | 111111 | 1000011 |
Color Harmonies of #D476E0
Complementary color
Monochromatic Colors of #D476E0
Black with #D476E0
Text Example
Text Example
White with #D476E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476E0; }
p { color: rgb(212,118,224); }
H1.HeaderClassName
{
color: #D476E0;
}
.AnyTagClassName
{
color: #D476E0;
}
</style>
background-color css
<style>
a { background-color: #D476E0; }
a { background-color: rgb(212,118,224); }
div.DivClassName
{
background-color: #D476E0;
}
.BgClassName
{
background-color: #D476E0;
}
</style>
border-color css
<style>
span { border-color: #D476E0; }
span { border-color: rgb(212,118,224); }
td.TdClassName
{
border-color: #D476E0;
}
.TagClassName
{
border-color: #D476E0;
}
</style>