Shades of Orchid #C87BC1
Tints of Orchid #C87BC1
RGB
CMYK
RGB Variations
Color information
#C87BC1 (or 0xC87BC1) is known color: Orchid. HEX triplet: C8, 7B and C1. RGB value is (200,123,193). Sum of RGB (Red+Green+Blue) = 200+123+193=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BC1 is #37843E. Grayscale: #999999. Windows color (decimal): -3638335 or 12680136. OLE color: 12680136.
HSL color Cylindrical-coordinate representation of color #C87BC1: hue angle of 305.45º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87BC1 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 193 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.22 |
| HSL | 305.45º | 0.41% | 0.63% | - |
| HSV(B) | 305.45º | 0.39% | 0.78% | - |
| XYZ | 40.53 | 30.3 | 54.16 | - |
| YUV | 154 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 193 | 0 | 0.38 | 0.04 | 0.22 | 305.45 | 0.41 | 0.63 |
| Hex | C8 | 7B | C1 | 0 | 26 | 4 | 16 | 131 | 29 | 3F |
| Octal | 310 | 173 | 301 | 0 | 46 | 4 | 26 | 461 | 51 | 77 |
| Binary | 11001000 | 1111011 | 11000001 | 0 | 100110 | 100 | 10110 | 100110001 | 101001 | 111111 |
Color Harmonies of #C87BC1
Complementary color
Monochromatic Colors of #C87BC1
Black with #C87BC1
Text Example
Text Example
White with #C87BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BC1; }
p { color: rgb(200,123,193); }
H1.HeaderClassName
{
color: #C87BC1;
}
.AnyTagClassName
{
color: #C87BC1;
}
</style>
background-color css
<style>
a { background-color: #C87BC1; }
a { background-color: rgb(200,123,193); }
div.DivClassName
{
background-color: #C87BC1;
}
.BgClassName
{
background-color: #C87BC1;
}
</style>
border-color css
<style>
span { border-color: #C87BC1; }
span { border-color: rgb(200,123,193); }
td.TdClassName
{
border-color: #C87BC1;
}
.TagClassName
{
border-color: #C87BC1;
}
</style>