Shades of Heliotrope #C87BFB
Tints of Heliotrope #C87BFB
RGB
CMYK
RGB Variations
Color information
#C87BFB (or 0xC87BFB) is known color: Heliotrope. HEX triplet: C8, 7B and FB. RGB value is (200,123,251). Sum of RGB (Red+Green+Blue) = 200+123+251=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #C87BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87BFB is #378404. Grayscale: #A0A0A0. Windows color (decimal): -3638277 or 16481224. OLE color: 16481224.
HSL color Cylindrical-coordinate representation of color #C87BFB: hue angle of 276.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C87BFB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 123 | 251 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.02 |
| HSL | 276.09º | 0.94% | 0.73% | - |
| HSV(B) | 276.09º | 0.51% | 0.98% | - |
| XYZ | 48.31 | 33.41 | 95.17 | - |
| YUV | 160.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 251 | 0.20 | 0.51 | 0 | 0.02 | 276.09 | 0.94 | 0.73 |
| Hex | C8 | 7B | FB | 14 | 33 | 0 | 2 | 114 | 5E | 49 |
| Octal | 310 | 173 | 373 | 24 | 63 | 0 | 2 | 424 | 136 | 111 |
| Binary | 11001000 | 1111011 | 11111011 | 10100 | 110011 | 0 | 10 | 100010100 | 1011110 | 1001001 |
Color Harmonies of #C87BFB
Complementary color
Monochromatic Colors of #C87BFB
Black with #C87BFB
Text Example
Text Example
White with #C87BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BFB; }
p { color: rgb(200,123,251); }
H1.HeaderClassName
{
color: #C87BFB;
}
.AnyTagClassName
{
color: #C87BFB;
}
</style>
background-color css
<style>
a { background-color: #C87BFB; }
a { background-color: rgb(200,123,251); }
div.DivClassName
{
background-color: #C87BFB;
}
.BgClassName
{
background-color: #C87BFB;
}
</style>
border-color css
<style>
span { border-color: #C87BFB; }
span { border-color: rgb(200,123,251); }
td.TdClassName
{
border-color: #C87BFB;
}
.TagClassName
{
border-color: #C87BFB;
}
</style>