Shades of Orchid #D277CD
Tints of Orchid #D277CD
RGB
CMYK
RGB Variations
Color information
#D277CD (or 0xD277CD) is known color: Orchid. HEX triplet: D2, 77 and CD. RGB value is (210,119,205). Sum of RGB (Red+Green+Blue) = 210+119+205=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D277CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277CD is #2D8832. Grayscale: #9B9B9B. Windows color (decimal): -2983987 or 13465554. OLE color: 13465554.
HSL color Cylindrical-coordinate representation of color #D277CD: hue angle of 303.3º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277CD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 205 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.18 |
| HSL | 303.3º | 0.5% | 0.65% | - |
| HSV(B) | 303.3º | 0.43% | 0.82% | - |
| XYZ | 44.19 | 31.3 | 61.47 | - |
| YUV | 156.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 205 | 0 | 0.43 | 0.02 | 0.18 | 303.3 | 0.5 | 0.65 |
| Hex | D2 | 77 | CD | 0 | 2B | 2 | 12 | 12F | 32 | 41 |
| Octal | 322 | 167 | 315 | 0 | 53 | 2 | 22 | 457 | 62 | 101 |
| Binary | 11010010 | 1110111 | 11001101 | 0 | 101011 | 10 | 10010 | 100101111 | 110010 | 1000001 |
Color Harmonies of #D277CD
Complementary color
Monochromatic Colors of #D277CD
Black with #D277CD
Text Example
Text Example
White with #D277CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277CD; }
p { color: rgb(210,119,205); }
H1.HeaderClassName
{
color: #D277CD;
}
.AnyTagClassName
{
color: #D277CD;
}
</style>
background-color css
<style>
a { background-color: #D277CD; }
a { background-color: rgb(210,119,205); }
div.DivClassName
{
background-color: #D277CD;
}
.BgClassName
{
background-color: #D277CD;
}
</style>
border-color css
<style>
span { border-color: #D277CD; }
span { border-color: rgb(210,119,205); }
td.TdClassName
{
border-color: #D277CD;
}
.TagClassName
{
border-color: #D277CD;
}
</style>