Shades of Orchid #D278DD
Tints of Orchid #D278DD
RGB
CMYK
RGB Variations
Color information
#D278DD (or 0xD278DD) is known color: Orchid. HEX triplet: D2, 78 and DD. RGB value is (210,120,221). Sum of RGB (Red+Green+Blue) = 210+120+221=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D278DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278DD is #2D8722. Grayscale: #9E9E9E. Windows color (decimal): -2983715 or 14514386. OLE color: 14514386.
HSL color Cylindrical-coordinate representation of color #D278DD: hue angle of 293.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D278DD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 120 | 221 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.13 |
| HSL | 293.47º | 0.6% | 0.67% | - |
| HSV(B) | 293.47º | 0.46% | 0.87% | - |
| XYZ | 46.35 | 32.36 | 72.21 | - |
| YUV | 158.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 221 | 0.05 | 0.46 | 0 | 0.13 | 293.47 | 0.6 | 0.67 |
| Hex | D2 | 78 | DD | 5 | 2E | 0 | D | 125 | 3C | 43 |
| Octal | 322 | 170 | 335 | 5 | 56 | 0 | 15 | 445 | 74 | 103 |
| Binary | 11010010 | 1111000 | 11011101 | 101 | 101110 | 0 | 1101 | 100100101 | 111100 | 1000011 |
Color Harmonies of #D278DD
Complementary color
Monochromatic Colors of #D278DD
Black with #D278DD
Text Example
Text Example
White with #D278DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278DD; }
p { color: rgb(210,120,221); }
H1.HeaderClassName
{
color: #D278DD;
}
.AnyTagClassName
{
color: #D278DD;
}
</style>
background-color css
<style>
a { background-color: #D278DD; }
a { background-color: rgb(210,120,221); }
div.DivClassName
{
background-color: #D278DD;
}
.BgClassName
{
background-color: #D278DD;
}
</style>
border-color css
<style>
span { border-color: #D278DD; }
span { border-color: rgb(210,120,221); }
td.TdClassName
{
border-color: #D278DD;
}
.TagClassName
{
border-color: #D278DD;
}
</style>