Shades of Heliotrope #C858F8
Tints of Heliotrope #C858F8
RGB
CMYK
RGB Variations
Color information
#C858F8 (or 0xC858F8) is known color: Heliotrope. HEX triplet: C8, 58 and F8. RGB value is (200,88,248). Sum of RGB (Red+Green+Blue) = 200+88+248=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #C858F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C858F8 is #37A707. Grayscale: #8B8B8B. Windows color (decimal): -3647240 or 16275656. OLE color: 16275656.
HSL color Cylindrical-coordinate representation of color #C858F8: hue angle of 282º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C858F8 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 88 | 248 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.03 |
| HSL | 282º | 0.92% | 0.66% | - |
| HSV(B) | 282º | 0.65% | 0.97% | - |
| XYZ | 44.25 | 26.04 | 91.5 | - |
| YUV | 139.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 248 | 0.19 | 0.65 | 0 | 0.03 | 282 | 0.92 | 0.66 |
| Hex | C8 | 58 | F8 | 13 | 41 | 0 | 3 | 11A | 5C | 42 |
| Octal | 310 | 130 | 370 | 23 | 101 | 0 | 3 | 432 | 134 | 102 |
| Binary | 11001000 | 1011000 | 11111000 | 10011 | 1000001 | 0 | 11 | 100011010 | 1011100 | 1000010 |
Color Harmonies of #C858F8
Complementary color
Monochromatic Colors of #C858F8
Black with #C858F8
Text Example
Text Example
White with #C858F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858F8; }
p { color: rgb(200,88,248); }
H1.HeaderClassName
{
color: #C858F8;
}
.AnyTagClassName
{
color: #C858F8;
}
</style>
background-color css
<style>
a { background-color: #C858F8; }
a { background-color: rgb(200,88,248); }
div.DivClassName
{
background-color: #C858F8;
}
.BgClassName
{
background-color: #C858F8;
}
</style>
border-color css
<style>
span { border-color: #C858F8; }
span { border-color: rgb(200,88,248); }
td.TdClassName
{
border-color: #C858F8;
}
.TagClassName
{
border-color: #C858F8;
}
</style>