Shades of Heliotrope #C965F1
Tints of Heliotrope #C965F1
RGB
CMYK
RGB Variations
Color information
#C965F1 (or 0xC965F1) is known color: Heliotrope. HEX triplet: C9, 65 and F1. RGB value is (201,101,241). Sum of RGB (Red+Green+Blue) = 201+101+241=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #C965F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965F1 is #369A0E. Grayscale: #929292. Windows color (decimal): -3578383 or 15820233. OLE color: 15820233.
HSL color Cylindrical-coordinate representation of color #C965F1: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C965F1 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 101 | 241 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.05 |
| HSL | 282.86º | 0.83% | 0.67% | - |
| HSV(B) | 282.86º | 0.58% | 0.95% | - |
| XYZ | 44.62 | 28.08 | 86.29 | - |
| YUV | 146.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 241 | 0.17 | 0.58 | 0 | 0.05 | 282.86 | 0.83 | 0.67 |
| Hex | C9 | 65 | F1 | 11 | 3A | 0 | 5 | 11B | 53 | 43 |
| Octal | 311 | 145 | 361 | 21 | 72 | 0 | 5 | 433 | 123 | 103 |
| Binary | 11001001 | 1100101 | 11110001 | 10001 | 111010 | 0 | 101 | 100011011 | 1010011 | 1000011 |
Color Harmonies of #C965F1
Complementary color
Monochromatic Colors of #C965F1
Black with #C965F1
Text Example
Text Example
White with #C965F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965F1; }
p { color: rgb(201,101,241); }
H1.HeaderClassName
{
color: #C965F1;
}
.AnyTagClassName
{
color: #C965F1;
}
</style>
background-color css
<style>
a { background-color: #C965F1; }
a { background-color: rgb(201,101,241); }
div.DivClassName
{
background-color: #C965F1;
}
.BgClassName
{
background-color: #C965F1;
}
</style>
border-color css
<style>
span { border-color: #C965F1; }
span { border-color: rgb(201,101,241); }
td.TdClassName
{
border-color: #C965F1;
}
.TagClassName
{
border-color: #C965F1;
}
</style>