Shades of Heliotrope #C968F0
Tints of Heliotrope #C968F0
RGB
CMYK
RGB Variations
Color information
#C968F0 (or 0xC968F0) is known color: Heliotrope. HEX triplet: C9, 68 and F0. RGB value is (201,104,240). Sum of RGB (Red+Green+Blue) = 201+104+240=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #C968F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968F0 is #36970F. Grayscale: #949494. Windows color (decimal): -3577616 or 15755465. OLE color: 15755465.
HSL color Cylindrical-coordinate representation of color #C968F0: hue angle of 282.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C968F0 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 104 | 240 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.06 |
| HSL | 282.79º | 0.82% | 0.67% | - |
| HSV(B) | 282.79º | 0.57% | 0.94% | - |
| XYZ | 44.77 | 28.61 | 85.6 | - |
| YUV | 148.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 240 | 0.16 | 0.57 | 0 | 0.06 | 282.79 | 0.82 | 0.67 |
| Hex | C9 | 68 | F0 | 10 | 39 | 0 | 6 | 11B | 52 | 43 |
| Octal | 311 | 150 | 360 | 20 | 71 | 0 | 6 | 433 | 122 | 103 |
| Binary | 11001001 | 1101000 | 11110000 | 10000 | 111001 | 0 | 110 | 100011011 | 1010010 | 1000011 |
Color Harmonies of #C968F0
Complementary color
Monochromatic Colors of #C968F0
Black with #C968F0
Text Example
Text Example
White with #C968F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968F0; }
p { color: rgb(201,104,240); }
H1.HeaderClassName
{
color: #C968F0;
}
.AnyTagClassName
{
color: #C968F0;
}
</style>
background-color css
<style>
a { background-color: #C968F0; }
a { background-color: rgb(201,104,240); }
div.DivClassName
{
background-color: #C968F0;
}
.BgClassName
{
background-color: #C968F0;
}
</style>
border-color css
<style>
span { border-color: #C968F0; }
span { border-color: rgb(201,104,240); }
td.TdClassName
{
border-color: #C968F0;
}
.TagClassName
{
border-color: #C968F0;
}
</style>