Shades of Orchid #C87BBA
Tints of Orchid #C87BBA
RGB
CMYK
RGB Variations
Color information
#C87BBA (or 0xC87BBA) is known color: Orchid. HEX triplet: C8, 7B and BA. RGB value is (200,123,186). Sum of RGB (Red+Green+Blue) = 200+123+186=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BBA is #378445. Grayscale: #999999. Windows color (decimal): -3638342 or 12221384. OLE color: 12221384.
HSL color Cylindrical-coordinate representation of color #C87BBA: hue angle of 310.91º 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 #C87BBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 186 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.22 |
| HSL | 310.91º | 0.41% | 0.63% | - |
| HSV(B) | 310.91º | 0.39% | 0.78% | - |
| XYZ | 39.77 | 29.99 | 50.15 | - |
| YUV | 153.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 186 | 0 | 0.38 | 0.07 | 0.22 | 310.91 | 0.41 | 0.63 |
| Hex | C8 | 7B | BA | 0 | 26 | 7 | 16 | 137 | 29 | 3F |
| Octal | 310 | 173 | 272 | 0 | 46 | 7 | 26 | 467 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10111010 | 0 | 100110 | 111 | 10110 | 100110111 | 101001 | 111111 |
Color Harmonies of #C87BBA
Complementary color
Monochromatic Colors of #C87BBA
Black with #C87BBA
Text Example
Text Example
White with #C87BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BBA; }
p { color: rgb(200,123,186); }
H1.HeaderClassName
{
color: #C87BBA;
}
.AnyTagClassName
{
color: #C87BBA;
}
</style>
background-color css
<style>
a { background-color: #C87BBA; }
a { background-color: rgb(200,123,186); }
div.DivClassName
{
background-color: #C87BBA;
}
.BgClassName
{
background-color: #C87BBA;
}
</style>
border-color css
<style>
span { border-color: #C87BBA; }
span { border-color: rgb(200,123,186); }
td.TdClassName
{
border-color: #C87BBA;
}
.TagClassName
{
border-color: #C87BBA;
}
</style>