Shades of Orchid #D478D8
Tints of Orchid #D478D8
RGB
CMYK
RGB Variations
Color information
#D478D8 (or 0xD478D8) is known color: Orchid. HEX triplet: D4, 78 and D8. RGB value is (212,120,216). Sum of RGB (Red+Green+Blue) = 212+120+216=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #D478D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478D8 is #2B8727. Grayscale: #9E9E9E. Windows color (decimal): -2852648 or 14186708. OLE color: 14186708.
HSL color Cylindrical-coordinate representation of color #D478D8: hue angle of 297.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D478D8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 120 | 216 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.15 |
| HSL | 297.5º | 0.55% | 0.66% | - |
| HSV(B) | 297.5º | 0.44% | 0.85% | - |
| XYZ | 46.26 | 32.39 | 68.78 | - |
| YUV | 158.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 216 | 0.02 | 0.44 | 0 | 0.15 | 297.5 | 0.55 | 0.66 |
| Hex | D4 | 78 | D8 | 2 | 2C | 0 | F | 12A | 37 | 42 |
| Octal | 324 | 170 | 330 | 2 | 54 | 0 | 17 | 452 | 67 | 102 |
| Binary | 11010100 | 1111000 | 11011000 | 10 | 101100 | 0 | 1111 | 100101010 | 110111 | 1000010 |
Color Harmonies of #D478D8
Complementary color
Monochromatic Colors of #D478D8
Black with #D478D8
Text Example
Text Example
White with #D478D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478D8; }
p { color: rgb(212,120,216); }
H1.HeaderClassName
{
color: #D478D8;
}
.AnyTagClassName
{
color: #D478D8;
}
</style>
background-color css
<style>
a { background-color: #D478D8; }
a { background-color: rgb(212,120,216); }
div.DivClassName
{
background-color: #D478D8;
}
.BgClassName
{
background-color: #D478D8;
}
</style>
border-color css
<style>
span { border-color: #D478D8; }
span { border-color: rgb(212,120,216); }
td.TdClassName
{
border-color: #D478D8;
}
.TagClassName
{
border-color: #D478D8;
}
</style>