Shades of Orchid #D278D9
Tints of Orchid #D278D9
RGB
CMYK
RGB Variations
Color information
#D278D9 (or 0xD278D9) is known color: Orchid. HEX triplet: D2, 78 and D9. RGB value is (210,120,217). Sum of RGB (Red+Green+Blue) = 210+120+217=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D278D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278D9 is #2D8726. Grayscale: #9D9D9D. Windows color (decimal): -2983719 or 14252242. OLE color: 14252242.
HSL color Cylindrical-coordinate representation of color #D278D9: hue angle of 295.67º degrees, saturation: 0.56, 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 #D278D9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 120 | 217 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.15 |
| HSL | 295.67º | 0.56% | 0.66% | - |
| HSV(B) | 295.67º | 0.45% | 0.85% | - |
| XYZ | 45.82 | 32.14 | 69.44 | - |
| YUV | 157.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 217 | 0.03 | 0.45 | 0 | 0.15 | 295.67 | 0.56 | 0.66 |
| Hex | D2 | 78 | D9 | 3 | 2D | 0 | F | 128 | 38 | 42 |
| Octal | 322 | 170 | 331 | 3 | 55 | 0 | 17 | 450 | 70 | 102 |
| Binary | 11010010 | 1111000 | 11011001 | 11 | 101101 | 0 | 1111 | 100101000 | 111000 | 1000010 |
Color Harmonies of #D278D9
Complementary color
Monochromatic Colors of #D278D9
Black with #D278D9
Text Example
Text Example
White with #D278D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278D9; }
p { color: rgb(210,120,217); }
H1.HeaderClassName
{
color: #D278D9;
}
.AnyTagClassName
{
color: #D278D9;
}
</style>
background-color css
<style>
a { background-color: #D278D9; }
a { background-color: rgb(210,120,217); }
div.DivClassName
{
background-color: #D278D9;
}
.BgClassName
{
background-color: #D278D9;
}
</style>
border-color css
<style>
span { border-color: #D278D9; }
span { border-color: rgb(210,120,217); }
td.TdClassName
{
border-color: #D278D9;
}
.TagClassName
{
border-color: #D278D9;
}
</style>