Shades of Heliotrope #C868F1
Tints of Heliotrope #C868F1
RGB
CMYK
RGB Variations
Color information
#C868F1 (or 0xC868F1) is known color: Heliotrope. HEX triplet: C8, 68 and F1. RGB value is (200,104,241). Sum of RGB (Red+Green+Blue) = 200+104+241=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C868F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C868F1 is #37970E. Grayscale: #939393. Windows color (decimal): -3643151 or 15821000. OLE color: 15821000.
HSL color Cylindrical-coordinate representation of color #C868F1: hue angle of 282.04º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C868F1 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 104 | 241 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.05 |
| HSL | 282.04º | 0.83% | 0.68% | - |
| HSV(B) | 282.04º | 0.57% | 0.95% | - |
| XYZ | 44.65 | 28.53 | 86.37 | - |
| YUV | 148.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 241 | 0.17 | 0.57 | 0 | 0.05 | 282.04 | 0.83 | 0.68 |
| Hex | C8 | 68 | F1 | 11 | 39 | 0 | 5 | 11A | 53 | 44 |
| Octal | 310 | 150 | 361 | 21 | 71 | 0 | 5 | 432 | 123 | 104 |
| Binary | 11001000 | 1101000 | 11110001 | 10001 | 111001 | 0 | 101 | 100011010 | 1010011 | 1000100 |
Color Harmonies of #C868F1
Complementary color
Monochromatic Colors of #C868F1
Black with #C868F1
Text Example
Text Example
White with #C868F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868F1; }
p { color: rgb(200,104,241); }
H1.HeaderClassName
{
color: #C868F1;
}
.AnyTagClassName
{
color: #C868F1;
}
</style>
background-color css
<style>
a { background-color: #C868F1; }
a { background-color: rgb(200,104,241); }
div.DivClassName
{
background-color: #C868F1;
}
.BgClassName
{
background-color: #C868F1;
}
</style>
border-color css
<style>
span { border-color: #C868F1; }
span { border-color: rgb(200,104,241); }
td.TdClassName
{
border-color: #C868F1;
}
.TagClassName
{
border-color: #C868F1;
}
</style>