Shades of Heliotrope #C965F3
Tints of Heliotrope #C965F3
RGB
CMYK
RGB Variations
Color information
#C965F3 (or 0xC965F3) is known color: Heliotrope. HEX triplet: C9, 65 and F3. RGB value is (201,101,243). Sum of RGB (Red+Green+Blue) = 201+101+243=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #C965F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965F3 is #369A0C. Grayscale: #929292. Windows color (decimal): -3578381 or 15951305. OLE color: 15951305.
HSL color Cylindrical-coordinate representation of color #C965F3: hue angle of 282.25º degrees, saturation: 0.86, 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 #C965F3 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 101 | 243 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.05 |
| HSL | 282.25º | 0.86% | 0.67% | - |
| HSV(B) | 282.25º | 0.58% | 0.95% | - |
| XYZ | 44.92 | 28.2 | 87.87 | - |
| YUV | 147.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 243 | 0.17 | 0.58 | 0 | 0.05 | 282.25 | 0.86 | 0.67 |
| Hex | C9 | 65 | F3 | 11 | 3A | 0 | 5 | 11A | 56 | 43 |
| Octal | 311 | 145 | 363 | 21 | 72 | 0 | 5 | 432 | 126 | 103 |
| Binary | 11001001 | 1100101 | 11110011 | 10001 | 111010 | 0 | 101 | 100011010 | 1010110 | 1000011 |
Color Harmonies of #C965F3
Complementary color
Monochromatic Colors of #C965F3
Black with #C965F3
Text Example
Text Example
White with #C965F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965F3; }
p { color: rgb(201,101,243); }
H1.HeaderClassName
{
color: #C965F3;
}
.AnyTagClassName
{
color: #C965F3;
}
</style>
background-color css
<style>
a { background-color: #C965F3; }
a { background-color: rgb(201,101,243); }
div.DivClassName
{
background-color: #C965F3;
}
.BgClassName
{
background-color: #C965F3;
}
</style>
border-color css
<style>
span { border-color: #C965F3; }
span { border-color: rgb(201,101,243); }
td.TdClassName
{
border-color: #C965F3;
}
.TagClassName
{
border-color: #C965F3;
}
</style>