Shades of Heliotrope #C968EF
Tints of Heliotrope #C968EF
RGB
CMYK
RGB Variations
Color information
#C968EF (or 0xC968EF) is known color: Heliotrope. HEX triplet: C9, 68 and EF. RGB value is (201,104,239). Sum of RGB (Red+Green+Blue) = 201+104+239=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #C968EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968EF is #369710. Grayscale: #939393. Windows color (decimal): -3577617 or 15689929. OLE color: 15689929.
HSL color Cylindrical-coordinate representation of color #C968EF: hue angle of 283.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C968EF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 104 | 239 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.06 |
| HSL | 283.11º | 0.81% | 0.67% | - |
| HSV(B) | 283.11º | 0.56% | 0.94% | - |
| XYZ | 44.62 | 28.55 | 84.82 | - |
| YUV | 148.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 239 | 0.16 | 0.56 | 0 | 0.06 | 283.11 | 0.81 | 0.67 |
| Hex | C9 | 68 | EF | 10 | 38 | 0 | 6 | 11B | 51 | 43 |
| Octal | 311 | 150 | 357 | 20 | 70 | 0 | 6 | 433 | 121 | 103 |
| Binary | 11001001 | 1101000 | 11101111 | 10000 | 111000 | 0 | 110 | 100011011 | 1010001 | 1000011 |
Color Harmonies of #C968EF
Complementary color
Monochromatic Colors of #C968EF
Black with #C968EF
Text Example
Text Example
White with #C968EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968EF; }
p { color: rgb(201,104,239); }
H1.HeaderClassName
{
color: #C968EF;
}
.AnyTagClassName
{
color: #C968EF;
}
</style>
background-color css
<style>
a { background-color: #C968EF; }
a { background-color: rgb(201,104,239); }
div.DivClassName
{
background-color: #C968EF;
}
.BgClassName
{
background-color: #C968EF;
}
</style>
border-color css
<style>
span { border-color: #C968EF; }
span { border-color: rgb(201,104,239); }
td.TdClassName
{
border-color: #C968EF;
}
.TagClassName
{
border-color: #C968EF;
}
</style>