Shades of Orchid #D278DA
Tints of Orchid #D278DA
RGB
CMYK
RGB Variations
Color information
#D278DA (or 0xD278DA) is known color: Orchid. HEX triplet: D2, 78 and DA. RGB value is (210,120,218). Sum of RGB (Red+Green+Blue) = 210+120+218=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D278DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278DA is #2D8725. Grayscale: #9D9D9D. Windows color (decimal): -2983718 or 14317778. OLE color: 14317778.
HSL color Cylindrical-coordinate representation of color #D278DA: hue angle of 295.1º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D278DA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 120 | 218 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.15 |
| HSL | 295.1º | 0.57% | 0.66% | - |
| HSV(B) | 295.1º | 0.45% | 0.85% | - |
| XYZ | 45.95 | 32.2 | 70.12 | - |
| YUV | 158.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 218 | 0.04 | 0.45 | 0 | 0.15 | 295.1 | 0.57 | 0.66 |
| Hex | D2 | 78 | DA | 4 | 2D | 0 | F | 127 | 39 | 42 |
| Octal | 322 | 170 | 332 | 4 | 55 | 0 | 17 | 447 | 71 | 102 |
| Binary | 11010010 | 1111000 | 11011010 | 100 | 101101 | 0 | 1111 | 100100111 | 111001 | 1000010 |
Color Harmonies of #D278DA
Complementary color
Monochromatic Colors of #D278DA
Black with #D278DA
Text Example
Text Example
White with #D278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278DA; }
p { color: rgb(210,120,218); }
H1.HeaderClassName
{
color: #D278DA;
}
.AnyTagClassName
{
color: #D278DA;
}
</style>
background-color css
<style>
a { background-color: #D278DA; }
a { background-color: rgb(210,120,218); }
div.DivClassName
{
background-color: #D278DA;
}
.BgClassName
{
background-color: #D278DA;
}
</style>
border-color css
<style>
span { border-color: #D278DA; }
span { border-color: rgb(210,120,218); }
td.TdClassName
{
border-color: #D278DA;
}
.TagClassName
{
border-color: #D278DA;
}
</style>