Shades of Heliotrope #C858FF
Tints of Heliotrope #C858FF
RGB
CMYK
RGB Variations
Color information
#C858FF (or 0xC858FF) is known color: Heliotrope. HEX triplet: C8, 58 and FF. RGB value is (200,88,255). Sum of RGB (Red+Green+Blue) = 200+88+255=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C858FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C858FF is #37A700. Grayscale: #8B8B8B. Windows color (decimal): -3647233 or 16734408. OLE color: 16734408.
HSL color Cylindrical-coordinate representation of color #C858FF: hue angle of 280.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C858FF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 88 | 255 | - |
| CMYK | 0.22 | 0.65 | 0 | 0 |
| HSL | 280.24º | 1% | 0.67% | - |
| HSV(B) | 280.24º | 0.65% | 1% | - |
| XYZ | 45.36 | 26.48 | 97.33 | - |
| YUV | 140.53 | 192.61 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 255 | 0.22 | 0.65 | 0 | 0 | 280.24 | 1 | 0.67 |
| Hex | C8 | 58 | FF | 16 | 41 | 0 | 0 | 118 | 64 | 43 |
| Octal | 310 | 130 | 377 | 26 | 101 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11001000 | 1011000 | 11111111 | 10110 | 1000001 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C858FF
Complementary color
Monochromatic Colors of #C858FF
Black with #C858FF
Text Example
Text Example
White with #C858FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858FF; }
p { color: rgb(200,88,255); }
H1.HeaderClassName
{
color: #C858FF;
}
.AnyTagClassName
{
color: #C858FF;
}
</style>
background-color css
<style>
a { background-color: #C858FF; }
a { background-color: rgb(200,88,255); }
div.DivClassName
{
background-color: #C858FF;
}
.BgClassName
{
background-color: #C858FF;
}
</style>
border-color css
<style>
span { border-color: #C858FF; }
span { border-color: rgb(200,88,255); }
td.TdClassName
{
border-color: #C858FF;
}
.TagClassName
{
border-color: #C858FF;
}
</style>