Shades of Orchid #C87FC6
Tints of Orchid #C87FC6
RGB
CMYK
RGB Variations
Color information
#C87FC6 (or 0xC87FC6) is known color: Orchid. HEX triplet: C8, 7F and C6. RGB value is (200,127,198). Sum of RGB (Red+Green+Blue) = 200+127+198=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FC6 is #378039. Grayscale: #9C9C9C. Windows color (decimal): -3637306 or 13008840. OLE color: 13008840.
HSL color Cylindrical-coordinate representation of color #C87FC6: hue angle of 301.64º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FC6 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 198 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.22 |
| HSL | 301.64º | 0.4% | 0.64% | - |
| HSV(B) | 301.64º | 0.37% | 0.78% | - |
| XYZ | 41.6 | 31.54 | 57.32 | - |
| YUV | 156.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 198 | 0 | 0.36 | 0.01 | 0.22 | 301.64 | 0.4 | 0.64 |
| Hex | C8 | 7F | C6 | 0 | 24 | 1 | 16 | 12E | 28 | 40 |
| Octal | 310 | 177 | 306 | 0 | 44 | 1 | 26 | 456 | 50 | 100 |
| Binary | 11001000 | 1111111 | 11000110 | 0 | 100100 | 1 | 10110 | 100101110 | 101000 | 1000000 |
Color Harmonies of #C87FC6
Complementary color
Monochromatic Colors of #C87FC6
Black with #C87FC6
Text Example
Text Example
White with #C87FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FC6; }
p { color: rgb(200,127,198); }
H1.HeaderClassName
{
color: #C87FC6;
}
.AnyTagClassName
{
color: #C87FC6;
}
</style>
background-color css
<style>
a { background-color: #C87FC6; }
a { background-color: rgb(200,127,198); }
div.DivClassName
{
background-color: #C87FC6;
}
.BgClassName
{
background-color: #C87FC6;
}
</style>
border-color css
<style>
span { border-color: #C87FC6; }
span { border-color: rgb(200,127,198); }
td.TdClassName
{
border-color: #C87FC6;
}
.TagClassName
{
border-color: #C87FC6;
}
</style>