Shades of Orchid #C87FCE
Tints of Orchid #C87FCE
RGB
CMYK
RGB Variations
Color information
#C87FCE (or 0xC87FCE) is known color: Orchid. HEX triplet: C8, 7F and CE. RGB value is (200,127,206). Sum of RGB (Red+Green+Blue) = 200+127+206=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C87FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCE is #378031. Grayscale: #9D9D9D. Windows color (decimal): -3637298 or 13533128. OLE color: 13533128.
HSL color Cylindrical-coordinate representation of color #C87FCE: hue angle of 295.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87FCE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 127 | 206 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.19 |
| HSL | 295.44º | 0.45% | 0.65% | - |
| HSV(B) | 295.44º | 0.38% | 0.81% | - |
| XYZ | 42.55 | 31.91 | 62.31 | - |
| YUV | 157.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 206 | 0.03 | 0.38 | 0 | 0.19 | 295.44 | 0.45 | 0.65 |
| Hex | C8 | 7F | CE | 3 | 26 | 0 | 13 | 127 | 2D | 41 |
| Octal | 310 | 177 | 316 | 3 | 46 | 0 | 23 | 447 | 55 | 101 |
| Binary | 11001000 | 1111111 | 11001110 | 11 | 100110 | 0 | 10011 | 100100111 | 101101 | 1000001 |
Color Harmonies of #C87FCE
Complementary color
Monochromatic Colors of #C87FCE
Black with #C87FCE
Text Example
Text Example
White with #C87FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FCE; }
p { color: rgb(200,127,206); }
H1.HeaderClassName
{
color: #C87FCE;
}
.AnyTagClassName
{
color: #C87FCE;
}
</style>
background-color css
<style>
a { background-color: #C87FCE; }
a { background-color: rgb(200,127,206); }
div.DivClassName
{
background-color: #C87FCE;
}
.BgClassName
{
background-color: #C87FCE;
}
</style>
border-color css
<style>
span { border-color: #C87FCE; }
span { border-color: rgb(200,127,206); }
td.TdClassName
{
border-color: #C87FCE;
}
.TagClassName
{
border-color: #C87FCE;
}
</style>