Shades of Orchid #C87CE3
Tints of Orchid #C87CE3
RGB
CMYK
RGB Variations
Color information
#C87CE3 (or 0xC87CE3) is known color: Orchid. HEX triplet: C8, 7C and E3. RGB value is (200,124,227). Sum of RGB (Red+Green+Blue) = 200+124+227=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #C87CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CE3 is #37831C. Grayscale: #9E9E9E. Windows color (decimal): -3638045 or 14908616. OLE color: 14908616.
HSL color Cylindrical-coordinate representation of color #C87CE3: hue angle of 284.27º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87CE3 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 124 | 227 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.11 |
| HSL | 284.27º | 0.65% | 0.69% | - |
| HSV(B) | 284.27º | 0.45% | 0.89% | - |
| XYZ | 44.89 | 32.24 | 76.53 | - |
| YUV | 158.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 227 | 0.12 | 0.45 | 0 | 0.11 | 284.27 | 0.65 | 0.69 |
| Hex | C8 | 7C | E3 | C | 2D | 0 | B | 11C | 41 | 45 |
| Octal | 310 | 174 | 343 | 14 | 55 | 0 | 13 | 434 | 101 | 105 |
| Binary | 11001000 | 1111100 | 11100011 | 1100 | 101101 | 0 | 1011 | 100011100 | 1000001 | 1000101 |
Color Harmonies of #C87CE3
Complementary color
Monochromatic Colors of #C87CE3
Black with #C87CE3
Text Example
Text Example
White with #C87CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CE3; }
p { color: rgb(200,124,227); }
H1.HeaderClassName
{
color: #C87CE3;
}
.AnyTagClassName
{
color: #C87CE3;
}
</style>
background-color css
<style>
a { background-color: #C87CE3; }
a { background-color: rgb(200,124,227); }
div.DivClassName
{
background-color: #C87CE3;
}
.BgClassName
{
background-color: #C87CE3;
}
</style>
border-color css
<style>
span { border-color: #C87CE3; }
span { border-color: rgb(200,124,227); }
td.TdClassName
{
border-color: #C87CE3;
}
.TagClassName
{
border-color: #C87CE3;
}
</style>