Shades of Orchid #C87ABE
Tints of Orchid #C87ABE
RGB
CMYK
RGB Variations
Color information
#C87ABE (or 0xC87ABE) is known color: Orchid. HEX triplet: C8, 7A and BE. RGB value is (200,122,190). Sum of RGB (Red+Green+Blue) = 200+122+190=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C87ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ABE is #378541. Grayscale: #989898. Windows color (decimal): -3638594 or 12483272. OLE color: 12483272.
HSL color Cylindrical-coordinate representation of color #C87ABE: hue angle of 307.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87ABE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 190 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.22 |
| HSL | 307.69º | 0.41% | 0.63% | - |
| HSV(B) | 307.69º | 0.39% | 0.78% | - |
| XYZ | 40.07 | 29.92 | 52.38 | - |
| YUV | 153.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 190 | 0 | 0.39 | 0.05 | 0.22 | 307.69 | 0.41 | 0.63 |
| Hex | C8 | 7A | BE | 0 | 27 | 5 | 16 | 134 | 29 | 3F |
| Octal | 310 | 172 | 276 | 0 | 47 | 5 | 26 | 464 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10111110 | 0 | 100111 | 101 | 10110 | 100110100 | 101001 | 111111 |
Color Harmonies of #C87ABE
Complementary color
Monochromatic Colors of #C87ABE
Black with #C87ABE
Text Example
Text Example
White with #C87ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ABE; }
p { color: rgb(200,122,190); }
H1.HeaderClassName
{
color: #C87ABE;
}
.AnyTagClassName
{
color: #C87ABE;
}
</style>
background-color css
<style>
a { background-color: #C87ABE; }
a { background-color: rgb(200,122,190); }
div.DivClassName
{
background-color: #C87ABE;
}
.BgClassName
{
background-color: #C87ABE;
}
</style>
border-color css
<style>
span { border-color: #C87ABE; }
span { border-color: rgb(200,122,190); }
td.TdClassName
{
border-color: #C87ABE;
}
.TagClassName
{
border-color: #C87ABE;
}
</style>