Shades of Orchid #D478BC
Tints of Orchid #D478BC
RGB
CMYK
RGB Variations
Color information
#D478BC (or 0xD478BC) is known color: Orchid. HEX triplet: D4, 78 and BC. RGB value is (212,120,188). Sum of RGB (Red+Green+Blue) = 212+120+188=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D478BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478BC is #2B8743. Grayscale: #9B9B9B. Windows color (decimal): -2852676 or 12351700. OLE color: 12351700.
HSL color Cylindrical-coordinate representation of color #D478BC: hue angle of 315.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D478BC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 188 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.17 |
| HSL | 315.65º | 0.52% | 0.65% | - |
| HSV(B) | 315.65º | 0.43% | 0.83% | - |
| XYZ | 42.94 | 31.06 | 51.31 | - |
| YUV | 155.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 188 | 0 | 0.43 | 0.11 | 0.17 | 315.65 | 0.52 | 0.65 |
| Hex | D4 | 78 | BC | 0 | 2B | B | 11 | 13C | 34 | 41 |
| Octal | 324 | 170 | 274 | 0 | 53 | 13 | 21 | 474 | 64 | 101 |
| Binary | 11010100 | 1111000 | 10111100 | 0 | 101011 | 1011 | 10001 | 100111100 | 110100 | 1000001 |
Color Harmonies of #D478BC
Complementary color
Monochromatic Colors of #D478BC
Black with #D478BC
Text Example
Text Example
White with #D478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478BC; }
p { color: rgb(212,120,188); }
H1.HeaderClassName
{
color: #D478BC;
}
.AnyTagClassName
{
color: #D478BC;
}
</style>
background-color css
<style>
a { background-color: #D478BC; }
a { background-color: rgb(212,120,188); }
div.DivClassName
{
background-color: #D478BC;
}
.BgClassName
{
background-color: #D478BC;
}
</style>
border-color css
<style>
span { border-color: #D478BC; }
span { border-color: rgb(212,120,188); }
td.TdClassName
{
border-color: #D478BC;
}
.TagClassName
{
border-color: #D478BC;
}
</style>