Shades of Heliotrope #C87BFF
Tints of Heliotrope #C87BFF
RGB
CMYK
RGB Variations
Color information
#C87BFF (or 0xC87BFF) is known color: Heliotrope. HEX triplet: C8, 7B and FF. RGB value is (200,123,255). Sum of RGB (Red+Green+Blue) = 200+123+255=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C87BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87BFF is #378400. Grayscale: #A0A0A0. Windows color (decimal): -3638273 or 16743368. OLE color: 16743368.
HSL color Cylindrical-coordinate representation of color #C87BFF: hue angle of 275º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C87BFF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 123 | 255 | - |
| CMYK | 0.22 | 0.52 | 0 | 0 |
| HSL | 275º | 1% | 0.74% | - |
| HSV(B) | 275º | 0.52% | 1% | - |
| XYZ | 48.95 | 33.67 | 98.53 | - |
| YUV | 161.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 255 | 0.22 | 0.52 | 0 | 0 | 275 | 1 | 0.74 |
| Hex | C8 | 7B | FF | 16 | 34 | 0 | 0 | 113 | 64 | 4A |
| Octal | 310 | 173 | 377 | 26 | 64 | 0 | 0 | 423 | 144 | 112 |
| Binary | 11001000 | 1111011 | 11111111 | 10110 | 110100 | 0 | 0 | 100010011 | 1100100 | 1001010 |
Color Harmonies of #C87BFF
Complementary color
Monochromatic Colors of #C87BFF
Black with #C87BFF
Text Example
Text Example
White with #C87BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BFF; }
p { color: rgb(200,123,255); }
H1.HeaderClassName
{
color: #C87BFF;
}
.AnyTagClassName
{
color: #C87BFF;
}
</style>
background-color css
<style>
a { background-color: #C87BFF; }
a { background-color: rgb(200,123,255); }
div.DivClassName
{
background-color: #C87BFF;
}
.BgClassName
{
background-color: #C87BFF;
}
</style>
border-color css
<style>
span { border-color: #C87BFF; }
span { border-color: rgb(200,123,255); }
td.TdClassName
{
border-color: #C87BFF;
}
.TagClassName
{
border-color: #C87BFF;
}
</style>