Shades of Heliotrope #C855FB
Tints of Heliotrope #C855FB
RGB
CMYK
RGB Variations
Color information
#C855FB (or 0xC855FB) is known color: Heliotrope. HEX triplet: C8, 55 and FB. RGB value is (200,85,251). Sum of RGB (Red+Green+Blue) = 200+85+251=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #C855FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855FB is #37AA04. Grayscale: #898989. Windows color (decimal): -3648005 or 16471496. OLE color: 16471496.
HSL color Cylindrical-coordinate representation of color #C855FB: hue angle of 281.57º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C855FB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 85 | 251 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.02 |
| HSL | 281.57º | 0.95% | 0.66% | - |
| HSV(B) | 281.57º | 0.66% | 0.98% | - |
| XYZ | 44.48 | 25.74 | 93.89 | - |
| YUV | 138.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 251 | 0.20 | 0.66 | 0 | 0.02 | 281.57 | 0.95 | 0.66 |
| Hex | C8 | 55 | FB | 14 | 42 | 0 | 2 | 11A | 5F | 42 |
| Octal | 310 | 125 | 373 | 24 | 102 | 0 | 2 | 432 | 137 | 102 |
| Binary | 11001000 | 1010101 | 11111011 | 10100 | 1000010 | 0 | 10 | 100011010 | 1011111 | 1000010 |
Color Harmonies of #C855FB
Complementary color
Monochromatic Colors of #C855FB
Black with #C855FB
Text Example
Text Example
White with #C855FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855FB; }
p { color: rgb(200,85,251); }
H1.HeaderClassName
{
color: #C855FB;
}
.AnyTagClassName
{
color: #C855FB;
}
</style>
background-color css
<style>
a { background-color: #C855FB; }
a { background-color: rgb(200,85,251); }
div.DivClassName
{
background-color: #C855FB;
}
.BgClassName
{
background-color: #C855FB;
}
</style>
border-color css
<style>
span { border-color: #C855FB; }
span { border-color: rgb(200,85,251); }
td.TdClassName
{
border-color: #C855FB;
}
.TagClassName
{
border-color: #C855FB;
}
</style>