Shades of Orchid #C877CF
Tints of Orchid #C877CF
RGB
CMYK
RGB Variations
Color information
#C877CF (or 0xC877CF) is known color: Orchid. HEX triplet: C8, 77 and CF. RGB value is (200,119,207). Sum of RGB (Red+Green+Blue) = 200+119+207=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C877CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877CF is #378830. Grayscale: #989898. Windows color (decimal): -3639345 or 13596616. OLE color: 13596616.
HSL color Cylindrical-coordinate representation of color #C877CF: hue angle of 295.23º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C877CF is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 119 | 207 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.19 |
| HSL | 295.23º | 0.48% | 0.64% | - |
| HSV(B) | 295.23º | 0.43% | 0.81% | - |
| XYZ | 41.68 | 29.98 | 62.62 | - |
| YUV | 153.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 207 | 0.03 | 0.43 | 0 | 0.19 | 295.23 | 0.48 | 0.64 |
| Hex | C8 | 77 | CF | 3 | 2B | 0 | 13 | 127 | 30 | 40 |
| Octal | 310 | 167 | 317 | 3 | 53 | 0 | 23 | 447 | 60 | 100 |
| Binary | 11001000 | 1110111 | 11001111 | 11 | 101011 | 0 | 10011 | 100100111 | 110000 | 1000000 |
Color Harmonies of #C877CF
Complementary color
Monochromatic Colors of #C877CF
Black with #C877CF
Text Example
Text Example
White with #C877CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877CF; }
p { color: rgb(200,119,207); }
H1.HeaderClassName
{
color: #C877CF;
}
.AnyTagClassName
{
color: #C877CF;
}
</style>
background-color css
<style>
a { background-color: #C877CF; }
a { background-color: rgb(200,119,207); }
div.DivClassName
{
background-color: #C877CF;
}
.BgClassName
{
background-color: #C877CF;
}
</style>
border-color css
<style>
span { border-color: #C877CF; }
span { border-color: rgb(200,119,207); }
td.TdClassName
{
border-color: #C877CF;
}
.TagClassName
{
border-color: #C877CF;
}
</style>