Shades of Orchid #D278BC
Tints of Orchid #D278BC
RGB
CMYK
RGB Variations
Color information
#D278BC (or 0xD278BC) is known color: Orchid. HEX triplet: D2, 78 and BC. RGB value is (210,120,188). Sum of RGB (Red+Green+Blue) = 210+120+188=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D278BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278BC is #2D8743. Grayscale: #9A9A9A. Windows color (decimal): -2983748 or 12351698. OLE color: 12351698.
HSL color Cylindrical-coordinate representation of color #D278BC: hue angle of 314.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278BC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 188 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.18 |
| HSL | 314.67º | 0.5% | 0.65% | - |
| HSV(B) | 314.67º | 0.43% | 0.82% | - |
| XYZ | 42.37 | 30.77 | 51.28 | - |
| YUV | 154.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 188 | 0 | 0.43 | 0.10 | 0.18 | 314.67 | 0.5 | 0.65 |
| Hex | D2 | 78 | BC | 0 | 2B | A | 12 | 13B | 32 | 41 |
| Octal | 322 | 170 | 274 | 0 | 53 | 12 | 22 | 473 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10111100 | 0 | 101011 | 1010 | 10010 | 100111011 | 110010 | 1000001 |
Color Harmonies of #D278BC
Complementary color
Monochromatic Colors of #D278BC
Black with #D278BC
Text Example
Text Example
White with #D278BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278BC; }
p { color: rgb(210,120,188); }
H1.HeaderClassName
{
color: #D278BC;
}
.AnyTagClassName
{
color: #D278BC;
}
</style>
background-color css
<style>
a { background-color: #D278BC; }
a { background-color: rgb(210,120,188); }
div.DivClassName
{
background-color: #D278BC;
}
.BgClassName
{
background-color: #D278BC;
}
</style>
border-color css
<style>
span { border-color: #D278BC; }
span { border-color: rgb(210,120,188); }
td.TdClassName
{
border-color: #D278BC;
}
.TagClassName
{
border-color: #D278BC;
}
</style>