Shades of Orchid #D278B7
Tints of Orchid #D278B7
RGB
CMYK
RGB Variations
Color information
#D278B7 (or 0xD278B7) is known color: Orchid. HEX triplet: D2, 78 and B7. RGB value is (210,120,183). Sum of RGB (Red+Green+Blue) = 210+120+183=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D278B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278B7 is #2D8748. Grayscale: #999999. Windows color (decimal): -2983753 or 12024018. OLE color: 12024018.
HSL color Cylindrical-coordinate representation of color #D278B7: hue angle of 318º 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 #D278B7 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 183 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.18 |
| HSL | 318º | 0.5% | 0.65% | - |
| HSV(B) | 318º | 0.43% | 0.82% | - |
| XYZ | 41.84 | 30.55 | 48.49 | - |
| YUV | 154.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 183 | 0 | 0.43 | 0.13 | 0.18 | 318 | 0.5 | 0.65 |
| Hex | D2 | 78 | B7 | 0 | 2B | D | 12 | 13E | 32 | 41 |
| Octal | 322 | 170 | 267 | 0 | 53 | 15 | 22 | 476 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10110111 | 0 | 101011 | 1101 | 10010 | 100111110 | 110010 | 1000001 |
Color Harmonies of #D278B7
Complementary color
Monochromatic Colors of #D278B7
Black with #D278B7
Text Example
Text Example
White with #D278B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278B7; }
p { color: rgb(210,120,183); }
H1.HeaderClassName
{
color: #D278B7;
}
.AnyTagClassName
{
color: #D278B7;
}
</style>
background-color css
<style>
a { background-color: #D278B7; }
a { background-color: rgb(210,120,183); }
div.DivClassName
{
background-color: #D278B7;
}
.BgClassName
{
background-color: #D278B7;
}
</style>
border-color css
<style>
span { border-color: #D278B7; }
span { border-color: rgb(210,120,183); }
td.TdClassName
{
border-color: #D278B7;
}
.TagClassName
{
border-color: #D278B7;
}
</style>