Shades of Orchid #C877DD
Tints of Orchid #C877DD
RGB
CMYK
RGB Variations
Color information
#C877DD (or 0xC877DD) is known color: Orchid. HEX triplet: C8, 77 and DD. RGB value is (200,119,221). Sum of RGB (Red+Green+Blue) = 200+119+221=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C877DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877DD is #378822. Grayscale: #9A9A9A. Windows color (decimal): -3639331 or 14514120. OLE color: 14514120.
HSL color Cylindrical-coordinate representation of color #C877DD: hue angle of 287.65º 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 #C877DD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 119 | 221 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.13 |
| HSL | 287.65º | 0.6% | 0.67% | - |
| HSV(B) | 287.65º | 0.46% | 0.87% | - |
| XYZ | 43.47 | 30.69 | 72.04 | - |
| YUV | 154.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 221 | 0.10 | 0.46 | 0 | 0.13 | 287.65 | 0.6 | 0.67 |
| Hex | C8 | 77 | DD | A | 2E | 0 | D | 120 | 3C | 43 |
| Octal | 310 | 167 | 335 | 12 | 56 | 0 | 15 | 440 | 74 | 103 |
| Binary | 11001000 | 1110111 | 11011101 | 1010 | 101110 | 0 | 1101 | 100100000 | 111100 | 1000011 |
Color Harmonies of #C877DD
Complementary color
Monochromatic Colors of #C877DD
Black with #C877DD
Text Example
Text Example
White with #C877DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877DD; }
p { color: rgb(200,119,221); }
H1.HeaderClassName
{
color: #C877DD;
}
.AnyTagClassName
{
color: #C877DD;
}
</style>
background-color css
<style>
a { background-color: #C877DD; }
a { background-color: rgb(200,119,221); }
div.DivClassName
{
background-color: #C877DD;
}
.BgClassName
{
background-color: #C877DD;
}
</style>
border-color css
<style>
span { border-color: #C877DD; }
span { border-color: rgb(200,119,221); }
td.TdClassName
{
border-color: #C877DD;
}
.TagClassName
{
border-color: #C877DD;
}
</style>