Shades of Orchid #C877E1
Tints of Orchid #C877E1
RGB
CMYK
RGB Variations
Color information
#C877E1 (or 0xC877E1) is known color: Orchid. HEX triplet: C8, 77 and E1. RGB value is (200,119,225). Sum of RGB (Red+Green+Blue) = 200+119+225=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #C877E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877E1 is #37881E. Grayscale: #9A9A9A. Windows color (decimal): -3639327 or 14776264. OLE color: 14776264.
HSL color Cylindrical-coordinate representation of color #C877E1: hue angle of 285.85º degrees, saturation: 0.64, 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 #C877E1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 119 | 225 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.12 |
| HSL | 285.85º | 0.64% | 0.67% | - |
| HSV(B) | 285.85º | 0.47% | 0.88% | - |
| XYZ | 44.01 | 30.91 | 74.88 | - |
| YUV | 155.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 225 | 0.11 | 0.47 | 0 | 0.12 | 285.85 | 0.64 | 0.67 |
| Hex | C8 | 77 | E1 | B | 2F | 0 | C | 11E | 40 | 43 |
| Octal | 310 | 167 | 341 | 13 | 57 | 0 | 14 | 436 | 100 | 103 |
| Binary | 11001000 | 1110111 | 11100001 | 1011 | 101111 | 0 | 1100 | 100011110 | 1000000 | 1000011 |
Color Harmonies of #C877E1
Complementary color
Monochromatic Colors of #C877E1
Black with #C877E1
Text Example
Text Example
White with #C877E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877E1; }
p { color: rgb(200,119,225); }
H1.HeaderClassName
{
color: #C877E1;
}
.AnyTagClassName
{
color: #C877E1;
}
</style>
background-color css
<style>
a { background-color: #C877E1; }
a { background-color: rgb(200,119,225); }
div.DivClassName
{
background-color: #C877E1;
}
.BgClassName
{
background-color: #C877E1;
}
</style>
border-color css
<style>
span { border-color: #C877E1; }
span { border-color: rgb(200,119,225); }
td.TdClassName
{
border-color: #C877E1;
}
.TagClassName
{
border-color: #C877E1;
}
</style>