Shades of Heliotrope #C862F8
Tints of Heliotrope #C862F8
RGB
CMYK
RGB Variations
Color information
#C862F8 (or 0xC862F8) is known color: Heliotrope. HEX triplet: C8, 62 and F8. RGB value is (200,98,248). Sum of RGB (Red+Green+Blue) = 200+98+248=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #C862F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C862F8 is #379D07. Grayscale: #919191. Windows color (decimal): -3644680 or 16278216. OLE color: 16278216.
HSL color Cylindrical-coordinate representation of color #C862F8: hue angle of 280.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C862F8 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 98 | 248 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.03 |
| HSL | 280.8º | 0.91% | 0.68% | - |
| HSV(B) | 280.8º | 0.6% | 0.97% | - |
| XYZ | 45.13 | 27.79 | 91.79 | - |
| YUV | 145.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 248 | 0.19 | 0.60 | 0 | 0.03 | 280.8 | 0.91 | 0.68 |
| Hex | C8 | 62 | F8 | 13 | 3C | 0 | 3 | 119 | 5B | 44 |
| Octal | 310 | 142 | 370 | 23 | 74 | 0 | 3 | 431 | 133 | 104 |
| Binary | 11001000 | 1100010 | 11111000 | 10011 | 111100 | 0 | 11 | 100011001 | 1011011 | 1000100 |
Color Harmonies of #C862F8
Complementary color
Monochromatic Colors of #C862F8
Black with #C862F8
Text Example
Text Example
White with #C862F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862F8; }
p { color: rgb(200,98,248); }
H1.HeaderClassName
{
color: #C862F8;
}
.AnyTagClassName
{
color: #C862F8;
}
</style>
background-color css
<style>
a { background-color: #C862F8; }
a { background-color: rgb(200,98,248); }
div.DivClassName
{
background-color: #C862F8;
}
.BgClassName
{
background-color: #C862F8;
}
</style>
border-color css
<style>
span { border-color: #C862F8; }
span { border-color: rgb(200,98,248); }
td.TdClassName
{
border-color: #C862F8;
}
.TagClassName
{
border-color: #C862F8;
}
</style>