Shades of Heliotrope #C855F8
Tints of Heliotrope #C855F8
RGB
CMYK
RGB Variations
Color information
#C855F8 (or 0xC855F8) is known color: Heliotrope. HEX triplet: C8, 55 and F8. RGB value is (200,85,248). Sum of RGB (Red+Green+Blue) = 200+85+248=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #C855F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855F8 is #37AA07. Grayscale: #898989. Windows color (decimal): -3648008 or 16274888. OLE color: 16274888.
HSL color Cylindrical-coordinate representation of color #C855F8: hue angle of 282.33º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C855F8 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 85 | 248 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.03 |
| HSL | 282.33º | 0.92% | 0.65% | - |
| HSV(B) | 282.33º | 0.66% | 0.97% | - |
| XYZ | 44.01 | 25.55 | 91.42 | - |
| YUV | 137.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 248 | 0.19 | 0.66 | 0 | 0.03 | 282.33 | 0.92 | 0.65 |
| Hex | C8 | 55 | F8 | 13 | 42 | 0 | 3 | 11A | 5C | 41 |
| Octal | 310 | 125 | 370 | 23 | 102 | 0 | 3 | 432 | 134 | 101 |
| Binary | 11001000 | 1010101 | 11111000 | 10011 | 1000010 | 0 | 11 | 100011010 | 1011100 | 1000001 |
Color Harmonies of #C855F8
Complementary color
Monochromatic Colors of #C855F8
Black with #C855F8
Text Example
Text Example
White with #C855F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855F8; }
p { color: rgb(200,85,248); }
H1.HeaderClassName
{
color: #C855F8;
}
.AnyTagClassName
{
color: #C855F8;
}
</style>
background-color css
<style>
a { background-color: #C855F8; }
a { background-color: rgb(200,85,248); }
div.DivClassName
{
background-color: #C855F8;
}
.BgClassName
{
background-color: #C855F8;
}
</style>
border-color css
<style>
span { border-color: #C855F8; }
span { border-color: rgb(200,85,248); }
td.TdClassName
{
border-color: #C855F8;
}
.TagClassName
{
border-color: #C855F8;
}
</style>