Shades of Heliotrope #C868FC
Tints of Heliotrope #C868FC
RGB
CMYK
RGB Variations
Color information
#C868FC (or 0xC868FC) is known color: Heliotrope. HEX triplet: C8, 68 and FC. RGB value is (200,104,252). Sum of RGB (Red+Green+Blue) = 200+104+252=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C868FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C868FC is #379703. Grayscale: #959595. Windows color (decimal): -3643140 or 16541896. OLE color: 16541896.
HSL color Cylindrical-coordinate representation of color #C868FC: hue angle of 278.92º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C868FC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 104 | 252 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.01 |
| HSL | 278.92º | 0.96% | 0.7% | - |
| HSV(B) | 278.92º | 0.59% | 0.99% | - |
| XYZ | 46.34 | 29.21 | 95.29 | - |
| YUV | 149.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 252 | 0.21 | 0.59 | 0 | 0.01 | 278.92 | 0.96 | 0.7 |
| Hex | C8 | 68 | FC | 15 | 3B | 0 | 1 | 117 | 60 | 46 |
| Octal | 310 | 150 | 374 | 25 | 73 | 0 | 1 | 427 | 140 | 106 |
| Binary | 11001000 | 1101000 | 11111100 | 10101 | 111011 | 0 | 1 | 100010111 | 1100000 | 1000110 |
Color Harmonies of #C868FC
Complementary color
Monochromatic Colors of #C868FC
Black with #C868FC
Text Example
Text Example
White with #C868FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868FC; }
p { color: rgb(200,104,252); }
H1.HeaderClassName
{
color: #C868FC;
}
.AnyTagClassName
{
color: #C868FC;
}
</style>
background-color css
<style>
a { background-color: #C868FC; }
a { background-color: rgb(200,104,252); }
div.DivClassName
{
background-color: #C868FC;
}
.BgClassName
{
background-color: #C868FC;
}
</style>
border-color css
<style>
span { border-color: #C868FC; }
span { border-color: rgb(200,104,252); }
td.TdClassName
{
border-color: #C868FC;
}
.TagClassName
{
border-color: #C868FC;
}
</style>