Shades of Orchid #D277E0
Tints of Orchid #D277E0
RGB
CMYK
RGB Variations
Color information
#D277E0 (or 0xD277E0) is known color: Orchid. HEX triplet: D2, 77 and E0. RGB value is (210,119,224). Sum of RGB (Red+Green+Blue) = 210+119+224=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #D277E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277E0 is #2D881F. Grayscale: #9D9D9D. Windows color (decimal): -2983968 or 14710738. OLE color: 14710738.
HSL color Cylindrical-coordinate representation of color #D277E0: hue angle of 292º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D277E0 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 119 | 224 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.12 |
| HSL | 292º | 0.63% | 0.67% | - |
| HSV(B) | 292º | 0.47% | 0.88% | - |
| XYZ | 46.63 | 32.28 | 74.29 | - |
| YUV | 158.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 224 | 0.06 | 0.47 | 0 | 0.12 | 292 | 0.63 | 0.67 |
| Hex | D2 | 77 | E0 | 6 | 2F | 0 | C | 124 | 3F | 43 |
| Octal | 322 | 167 | 340 | 6 | 57 | 0 | 14 | 444 | 77 | 103 |
| Binary | 11010010 | 1110111 | 11100000 | 110 | 101111 | 0 | 1100 | 100100100 | 111111 | 1000011 |
Color Harmonies of #D277E0
Complementary color
Monochromatic Colors of #D277E0
Black with #D277E0
Text Example
Text Example
White with #D277E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277E0; }
p { color: rgb(210,119,224); }
H1.HeaderClassName
{
color: #D277E0;
}
.AnyTagClassName
{
color: #D277E0;
}
</style>
background-color css
<style>
a { background-color: #D277E0; }
a { background-color: rgb(210,119,224); }
div.DivClassName
{
background-color: #D277E0;
}
.BgClassName
{
background-color: #D277E0;
}
</style>
border-color css
<style>
span { border-color: #D277E0; }
span { border-color: rgb(210,119,224); }
td.TdClassName
{
border-color: #D277E0;
}
.TagClassName
{
border-color: #D277E0;
}
</style>