Shades of Orchid #C87BE1
Tints of Orchid #C87BE1
RGB
CMYK
RGB Variations
Color information
#C87BE1 (or 0xC87BE1) is known color: Orchid. HEX triplet: C8, 7B and E1. RGB value is (200,123,225). Sum of RGB (Red+Green+Blue) = 200+123+225=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #C87BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BE1 is #37841E. Grayscale: #9D9D9D. Windows color (decimal): -3638303 or 14777288. OLE color: 14777288.
HSL color Cylindrical-coordinate representation of color #C87BE1: hue angle of 285.29º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87BE1 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 123 | 225 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.12 |
| HSL | 285.29º | 0.63% | 0.68% | - |
| HSV(B) | 285.29º | 0.45% | 0.88% | - |
| XYZ | 44.49 | 31.88 | 75.04 | - |
| YUV | 157.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 225 | 0.11 | 0.45 | 0 | 0.12 | 285.29 | 0.63 | 0.68 |
| Hex | C8 | 7B | E1 | B | 2D | 0 | C | 11D | 3F | 44 |
| Octal | 310 | 173 | 341 | 13 | 55 | 0 | 14 | 435 | 77 | 104 |
| Binary | 11001000 | 1111011 | 11100001 | 1011 | 101101 | 0 | 1100 | 100011101 | 111111 | 1000100 |
Color Harmonies of #C87BE1
Complementary color
Monochromatic Colors of #C87BE1
Black with #C87BE1
Text Example
Text Example
White with #C87BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BE1; }
p { color: rgb(200,123,225); }
H1.HeaderClassName
{
color: #C87BE1;
}
.AnyTagClassName
{
color: #C87BE1;
}
</style>
background-color css
<style>
a { background-color: #C87BE1; }
a { background-color: rgb(200,123,225); }
div.DivClassName
{
background-color: #C87BE1;
}
.BgClassName
{
background-color: #C87BE1;
}
</style>
border-color css
<style>
span { border-color: #C87BE1; }
span { border-color: rgb(200,123,225); }
td.TdClassName
{
border-color: #C87BE1;
}
.TagClassName
{
border-color: #C87BE1;
}
</style>