Shades of Orchid #C877DC
Tints of Orchid #C877DC
RGB
CMYK
RGB Variations
Color information
#C877DC (or 0xC877DC) is known color: Orchid. HEX triplet: C8, 77 and DC. RGB value is (200,119,220). Sum of RGB (Red+Green+Blue) = 200+119+220=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C877DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877DC is #378823. Grayscale: #9A9A9A. Windows color (decimal): -3639332 or 14448584. OLE color: 14448584.
HSL color Cylindrical-coordinate representation of color #C877DC: hue angle of 288.12º 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 #C877DC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 119 | 220 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.14 |
| HSL | 288.12º | 0.59% | 0.66% | - |
| HSV(B) | 288.12º | 0.46% | 0.86% | - |
| XYZ | 43.33 | 30.64 | 71.34 | - |
| YUV | 154.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 220 | 0.09 | 0.46 | 0 | 0.14 | 288.12 | 0.59 | 0.66 |
| Hex | C8 | 77 | DC | 9 | 2E | 0 | E | 120 | 3B | 42 |
| Octal | 310 | 167 | 334 | 11 | 56 | 0 | 16 | 440 | 73 | 102 |
| Binary | 11001000 | 1110111 | 11011100 | 1001 | 101110 | 0 | 1110 | 100100000 | 111011 | 1000010 |
Color Harmonies of #C877DC
Complementary color
Monochromatic Colors of #C877DC
Black with #C877DC
Text Example
Text Example
White with #C877DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877DC; }
p { color: rgb(200,119,220); }
H1.HeaderClassName
{
color: #C877DC;
}
.AnyTagClassName
{
color: #C877DC;
}
</style>
background-color css
<style>
a { background-color: #C877DC; }
a { background-color: rgb(200,119,220); }
div.DivClassName
{
background-color: #C877DC;
}
.BgClassName
{
background-color: #C877DC;
}
</style>
border-color css
<style>
span { border-color: #C877DC; }
span { border-color: rgb(200,119,220); }
td.TdClassName
{
border-color: #C877DC;
}
.TagClassName
{
border-color: #C877DC;
}
</style>