Shades of Heliotrope #C961EF
Tints of Heliotrope #C961EF
RGB
CMYK
RGB Variations
Color information
#C961EF (or 0xC961EF) is known color: Heliotrope. HEX triplet: C9, 61 and EF. RGB value is (201,97,239). Sum of RGB (Red+Green+Blue) = 201+97+239=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #C961EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961EF is #369E10. Grayscale: #8F8F8F. Windows color (decimal): -3579409 or 15688137. OLE color: 15688137.
HSL color Cylindrical-coordinate representation of color #C961EF: hue angle of 283.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C961EF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 97 | 239 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.06 |
| HSL | 283.94º | 0.82% | 0.66% | - |
| HSV(B) | 283.94º | 0.59% | 0.94% | - |
| XYZ | 43.94 | 27.2 | 84.6 | - |
| YUV | 144.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 239 | 0.16 | 0.59 | 0 | 0.06 | 283.94 | 0.82 | 0.66 |
| Hex | C9 | 61 | EF | 10 | 3B | 0 | 6 | 11C | 52 | 42 |
| Octal | 311 | 141 | 357 | 20 | 73 | 0 | 6 | 434 | 122 | 102 |
| Binary | 11001001 | 1100001 | 11101111 | 10000 | 111011 | 0 | 110 | 100011100 | 1010010 | 1000010 |
Color Harmonies of #C961EF
Complementary color
Monochromatic Colors of #C961EF
Black with #C961EF
Text Example
Text Example
White with #C961EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961EF; }
p { color: rgb(201,97,239); }
H1.HeaderClassName
{
color: #C961EF;
}
.AnyTagClassName
{
color: #C961EF;
}
</style>
background-color css
<style>
a { background-color: #C961EF; }
a { background-color: rgb(201,97,239); }
div.DivClassName
{
background-color: #C961EF;
}
.BgClassName
{
background-color: #C961EF;
}
</style>
border-color css
<style>
span { border-color: #C961EF; }
span { border-color: rgb(201,97,239); }
td.TdClassName
{
border-color: #C961EF;
}
.TagClassName
{
border-color: #C961EF;
}
</style>