Shades of Orchid #D478E5
Tints of Orchid #D478E5
RGB
CMYK
RGB Variations
Color information
#D478E5 (or 0xD478E5) is known color: Orchid. HEX triplet: D4, 78 and E5. RGB value is (212,120,229). Sum of RGB (Red+Green+Blue) = 212+120+229=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #D478E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478E5 is #2B871A. Grayscale: #9F9F9F. Windows color (decimal): -2852635 or 15038676. OLE color: 15038676.
HSL color Cylindrical-coordinate representation of color #D478E5: hue angle of 290.64º 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 #D478E5 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 120 | 229 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.10 |
| HSL | 290.64º | 0.68% | 0.68% | - |
| HSV(B) | 290.64º | 0.48% | 0.9% | - |
| XYZ | 48.01 | 33.09 | 77.98 | - |
| YUV | 159.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 229 | 0.07 | 0.48 | 0 | 0.10 | 290.64 | 0.68 | 0.68 |
| Hex | D4 | 78 | E5 | 7 | 30 | 0 | A | 123 | 44 | 44 |
| Octal | 324 | 170 | 345 | 7 | 60 | 0 | 12 | 443 | 104 | 104 |
| Binary | 11010100 | 1111000 | 11100101 | 111 | 110000 | 0 | 1010 | 100100011 | 1000100 | 1000100 |
Color Harmonies of #D478E5
Complementary color
Monochromatic Colors of #D478E5
Black with #D478E5
Text Example
Text Example
White with #D478E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478E5; }
p { color: rgb(212,120,229); }
H1.HeaderClassName
{
color: #D478E5;
}
.AnyTagClassName
{
color: #D478E5;
}
</style>
background-color css
<style>
a { background-color: #D478E5; }
a { background-color: rgb(212,120,229); }
div.DivClassName
{
background-color: #D478E5;
}
.BgClassName
{
background-color: #D478E5;
}
</style>
border-color css
<style>
span { border-color: #D478E5; }
span { border-color: rgb(212,120,229); }
td.TdClassName
{
border-color: #D478E5;
}
.TagClassName
{
border-color: #D478E5;
}
</style>