Shades of Heliotrope #C87CFB
Tints of Heliotrope #C87CFB
RGB
CMYK
RGB Variations
Color information
#C87CFB (or 0xC87CFB) is known color: Heliotrope. HEX triplet: C8, 7C and FB. RGB value is (200,124,251). Sum of RGB (Red+Green+Blue) = 200+124+251=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #C87CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87CFB is #378304. Grayscale: #A0A0A0. Windows color (decimal): -3638021 or 16481480. OLE color: 16481480.
HSL color Cylindrical-coordinate representation of color #C87CFB: hue angle of 275.91º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C87CFB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 124 | 251 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.02 |
| HSL | 275.91º | 0.94% | 0.74% | - |
| HSV(B) | 275.91º | 0.51% | 0.98% | - |
| XYZ | 48.44 | 33.66 | 95.21 | - |
| YUV | 161.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 251 | 0.20 | 0.51 | 0 | 0.02 | 275.91 | 0.94 | 0.74 |
| Hex | C8 | 7C | FB | 14 | 33 | 0 | 2 | 114 | 5E | 4A |
| Octal | 310 | 174 | 373 | 24 | 63 | 0 | 2 | 424 | 136 | 112 |
| Binary | 11001000 | 1111100 | 11111011 | 10100 | 110011 | 0 | 10 | 100010100 | 1011110 | 1001010 |
Color Harmonies of #C87CFB
Complementary color
Monochromatic Colors of #C87CFB
Black with #C87CFB
Text Example
Text Example
White with #C87CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CFB; }
p { color: rgb(200,124,251); }
H1.HeaderClassName
{
color: #C87CFB;
}
.AnyTagClassName
{
color: #C87CFB;
}
</style>
background-color css
<style>
a { background-color: #C87CFB; }
a { background-color: rgb(200,124,251); }
div.DivClassName
{
background-color: #C87CFB;
}
.BgClassName
{
background-color: #C87CFB;
}
</style>
border-color css
<style>
span { border-color: #C87CFB; }
span { border-color: rgb(200,124,251); }
td.TdClassName
{
border-color: #C87CFB;
}
.TagClassName
{
border-color: #C87CFB;
}
</style>