Shades of Orchid #C87BC7
Tints of Orchid #C87BC7
RGB
CMYK
RGB Variations
Color information
#C87BC7 (or 0xC87BC7) is known color: Orchid. HEX triplet: C8, 7B and C7. RGB value is (200,123,199). Sum of RGB (Red+Green+Blue) = 200+123+199=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BC7 is #378438. Grayscale: #9A9A9A. Windows color (decimal): -3638329 or 13073352. OLE color: 13073352.
HSL color Cylindrical-coordinate representation of color #C87BC7: hue angle of 300.78º 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 #C87BC7 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 199 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.22 |
| HSL | 300.78º | 0.41% | 0.63% | - |
| HSV(B) | 300.78º | 0.39% | 0.78% | - |
| XYZ | 41.21 | 30.57 | 57.76 | - |
| YUV | 154.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 199 | 0 | 0.38 | 0.00 | 0.22 | 300.78 | 0.41 | 0.63 |
| Hex | C8 | 7B | C7 | 0 | 26 | 0 | 16 | 12D | 29 | 3F |
| Octal | 310 | 173 | 307 | 0 | 46 | 0 | 26 | 455 | 51 | 77 |
| Binary | 11001000 | 1111011 | 11000111 | 0 | 100110 | 0 | 10110 | 100101101 | 101001 | 111111 |
Color Harmonies of #C87BC7
Complementary color
Monochromatic Colors of #C87BC7
Black with #C87BC7
Text Example
Text Example
White with #C87BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BC7; }
p { color: rgb(200,123,199); }
H1.HeaderClassName
{
color: #C87BC7;
}
.AnyTagClassName
{
color: #C87BC7;
}
</style>
background-color css
<style>
a { background-color: #C87BC7; }
a { background-color: rgb(200,123,199); }
div.DivClassName
{
background-color: #C87BC7;
}
.BgClassName
{
background-color: #C87BC7;
}
</style>
border-color css
<style>
span { border-color: #C87BC7; }
span { border-color: rgb(200,123,199); }
td.TdClassName
{
border-color: #C87BC7;
}
.TagClassName
{
border-color: #C87BC7;
}
</style>