Shades of Heliotrope #C961EE
Tints of Heliotrope #C961EE
RGB
CMYK
RGB Variations
Color information
#C961EE (or 0xC961EE) is known color: Heliotrope. HEX triplet: C9, 61 and EE. RGB value is (201,97,238). Sum of RGB (Red+Green+Blue) = 201+97+238=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #C961EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961EE is #369E11. Grayscale: #8F8F8F. Windows color (decimal): -3579410 or 15622601. OLE color: 15622601.
HSL color Cylindrical-coordinate representation of color #C961EE: hue angle of 284.26º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C961EE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 97 | 238 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.07 |
| HSL | 284.26º | 0.81% | 0.66% | - |
| HSV(B) | 284.26º | 0.59% | 0.93% | - |
| XYZ | 43.79 | 27.14 | 83.82 | - |
| YUV | 144.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 238 | 0.16 | 0.59 | 0 | 0.07 | 284.26 | 0.81 | 0.66 |
| Hex | C9 | 61 | EE | 10 | 3B | 0 | 7 | 11C | 51 | 42 |
| Octal | 311 | 141 | 356 | 20 | 73 | 0 | 7 | 434 | 121 | 102 |
| Binary | 11001001 | 1100001 | 11101110 | 10000 | 111011 | 0 | 111 | 100011100 | 1010001 | 1000010 |
Color Harmonies of #C961EE
Complementary color
Monochromatic Colors of #C961EE
Black with #C961EE
Text Example
Text Example
White with #C961EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961EE; }
p { color: rgb(201,97,238); }
H1.HeaderClassName
{
color: #C961EE;
}
.AnyTagClassName
{
color: #C961EE;
}
</style>
background-color css
<style>
a { background-color: #C961EE; }
a { background-color: rgb(201,97,238); }
div.DivClassName
{
background-color: #C961EE;
}
.BgClassName
{
background-color: #C961EE;
}
</style>
border-color css
<style>
span { border-color: #C961EE; }
span { border-color: rgb(201,97,238); }
td.TdClassName
{
border-color: #C961EE;
}
.TagClassName
{
border-color: #C961EE;
}
</style>