Shades of Orchid #C877CD
Tints of Orchid #C877CD
RGB
CMYK
RGB Variations
Color information
#C877CD (or 0xC877CD) is known color: Orchid. HEX triplet: C8, 77 and CD. RGB value is (200,119,205). Sum of RGB (Red+Green+Blue) = 200+119+205=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C877CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877CD is #378832. Grayscale: #989898. Windows color (decimal): -3639347 or 13465544. OLE color: 13465544.
HSL color Cylindrical-coordinate representation of color #C877CD: hue angle of 296.51º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C877CD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 119 | 205 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.20 |
| HSL | 296.51º | 0.46% | 0.64% | - |
| HSV(B) | 296.51º | 0.42% | 0.8% | - |
| XYZ | 41.44 | 29.88 | 61.34 | - |
| YUV | 153.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 205 | 0.02 | 0.42 | 0 | 0.20 | 296.51 | 0.46 | 0.64 |
| Hex | C8 | 77 | CD | 2 | 2A | 0 | 14 | 129 | 2E | 40 |
| Octal | 310 | 167 | 315 | 2 | 52 | 0 | 24 | 451 | 56 | 100 |
| Binary | 11001000 | 1110111 | 11001101 | 10 | 101010 | 0 | 10100 | 100101001 | 101110 | 1000000 |
Color Harmonies of #C877CD
Complementary color
Monochromatic Colors of #C877CD
Black with #C877CD
Text Example
Text Example
White with #C877CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877CD; }
p { color: rgb(200,119,205); }
H1.HeaderClassName
{
color: #C877CD;
}
.AnyTagClassName
{
color: #C877CD;
}
</style>
background-color css
<style>
a { background-color: #C877CD; }
a { background-color: rgb(200,119,205); }
div.DivClassName
{
background-color: #C877CD;
}
.BgClassName
{
background-color: #C877CD;
}
</style>
border-color css
<style>
span { border-color: #C877CD; }
span { border-color: rgb(200,119,205); }
td.TdClassName
{
border-color: #C877CD;
}
.TagClassName
{
border-color: #C877CD;
}
</style>