Shades of Heliotrope #C968F1
Tints of Heliotrope #C968F1
RGB
CMYK
RGB Variations
Color information
#C968F1 (or 0xC968F1) is known color: Heliotrope. HEX triplet: C9, 68 and F1. RGB value is (201,104,241). Sum of RGB (Red+Green+Blue) = 201+104+241=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #C968F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968F1 is #36970E. Grayscale: #949494. Windows color (decimal): -3577615 or 15821001. OLE color: 15821001.
HSL color Cylindrical-coordinate representation of color #C968F1: hue angle of 282.48º 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 #C968F1 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 104 | 241 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.05 |
| HSL | 282.48º | 0.83% | 0.68% | - |
| HSV(B) | 282.48º | 0.57% | 0.95% | - |
| XYZ | 44.91 | 28.67 | 86.39 | - |
| YUV | 148.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 241 | 0.17 | 0.57 | 0 | 0.05 | 282.48 | 0.83 | 0.68 |
| Hex | C9 | 68 | F1 | 11 | 39 | 0 | 5 | 11A | 53 | 44 |
| Octal | 311 | 150 | 361 | 21 | 71 | 0 | 5 | 432 | 123 | 104 |
| Binary | 11001001 | 1101000 | 11110001 | 10001 | 111001 | 0 | 101 | 100011010 | 1010011 | 1000100 |
Color Harmonies of #C968F1
Complementary color
Monochromatic Colors of #C968F1
Black with #C968F1
Text Example
Text Example
White with #C968F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968F1; }
p { color: rgb(201,104,241); }
H1.HeaderClassName
{
color: #C968F1;
}
.AnyTagClassName
{
color: #C968F1;
}
</style>
background-color css
<style>
a { background-color: #C968F1; }
a { background-color: rgb(201,104,241); }
div.DivClassName
{
background-color: #C968F1;
}
.BgClassName
{
background-color: #C968F1;
}
</style>
border-color css
<style>
span { border-color: #C968F1; }
span { border-color: rgb(201,104,241); }
td.TdClassName
{
border-color: #C968F1;
}
.TagClassName
{
border-color: #C968F1;
}
</style>