Shades of Orchid #C87CC5
Tints of Orchid #C87CC5
RGB
CMYK
RGB Variations
Color information
#C87CC5 (or 0xC87CC5) is known color: Orchid. HEX triplet: C8, 7C and C5. RGB value is (200,124,197). Sum of RGB (Red+Green+Blue) = 200+124+197=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CC5 is #37833A. Grayscale: #9A9A9A. Windows color (decimal): -3638075 or 12942536. OLE color: 12942536.
HSL color Cylindrical-coordinate representation of color #C87CC5: hue angle of 302.37º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CC5 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 197 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.22 |
| HSL | 302.37º | 0.41% | 0.64% | - |
| HSV(B) | 302.37º | 0.38% | 0.78% | - |
| XYZ | 41.11 | 30.73 | 56.59 | - |
| YUV | 155.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 197 | 0 | 0.38 | 0.02 | 0.22 | 302.37 | 0.41 | 0.64 |
| Hex | C8 | 7C | C5 | 0 | 26 | 2 | 16 | 12E | 29 | 40 |
| Octal | 310 | 174 | 305 | 0 | 46 | 2 | 26 | 456 | 51 | 100 |
| Binary | 11001000 | 1111100 | 11000101 | 0 | 100110 | 10 | 10110 | 100101110 | 101001 | 1000000 |
Color Harmonies of #C87CC5
Complementary color
Monochromatic Colors of #C87CC5
Black with #C87CC5
Text Example
Text Example
White with #C87CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CC5; }
p { color: rgb(200,124,197); }
H1.HeaderClassName
{
color: #C87CC5;
}
.AnyTagClassName
{
color: #C87CC5;
}
</style>
background-color css
<style>
a { background-color: #C87CC5; }
a { background-color: rgb(200,124,197); }
div.DivClassName
{
background-color: #C87CC5;
}
.BgClassName
{
background-color: #C87CC5;
}
</style>
border-color css
<style>
span { border-color: #C87CC5; }
span { border-color: rgb(200,124,197); }
td.TdClassName
{
border-color: #C87CC5;
}
.TagClassName
{
border-color: #C87CC5;
}
</style>