Shades of Orchid #D277DC
Tints of Orchid #D277DC
RGB
CMYK
RGB Variations
Color information
#D277DC (or 0xD277DC) is known color: Orchid. HEX triplet: D2, 77 and DC. RGB value is (210,119,220). Sum of RGB (Red+Green+Blue) = 210+119+220=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D277DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277DC is #2D8823. Grayscale: #9D9D9D. Windows color (decimal): -2983972 or 14448594. OLE color: 14448594.
HSL color Cylindrical-coordinate representation of color #D277DC: hue angle of 294.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D277DC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 119 | 220 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.14 |
| HSL | 294.06º | 0.59% | 0.66% | - |
| HSV(B) | 294.06º | 0.46% | 0.86% | - |
| XYZ | 46.09 | 32.06 | 71.47 | - |
| YUV | 157.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 220 | 0.05 | 0.46 | 0 | 0.14 | 294.06 | 0.59 | 0.66 |
| Hex | D2 | 77 | DC | 5 | 2E | 0 | E | 126 | 3B | 42 |
| Octal | 322 | 167 | 334 | 5 | 56 | 0 | 16 | 446 | 73 | 102 |
| Binary | 11010010 | 1110111 | 11011100 | 101 | 101110 | 0 | 1110 | 100100110 | 111011 | 1000010 |
Color Harmonies of #D277DC
Complementary color
Monochromatic Colors of #D277DC
Black with #D277DC
Text Example
Text Example
White with #D277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277DC; }
p { color: rgb(210,119,220); }
H1.HeaderClassName
{
color: #D277DC;
}
.AnyTagClassName
{
color: #D277DC;
}
</style>
background-color css
<style>
a { background-color: #D277DC; }
a { background-color: rgb(210,119,220); }
div.DivClassName
{
background-color: #D277DC;
}
.BgClassName
{
background-color: #D277DC;
}
</style>
border-color css
<style>
span { border-color: #D277DC; }
span { border-color: rgb(210,119,220); }
td.TdClassName
{
border-color: #D277DC;
}
.TagClassName
{
border-color: #D277DC;
}
</style>