Shades of Heliotrope #C965EF
Tints of Heliotrope #C965EF
RGB
CMYK
RGB Variations
Color information
#C965EF (or 0xC965EF) is known color: Heliotrope. HEX triplet: C9, 65 and EF. RGB value is (201,101,239). Sum of RGB (Red+Green+Blue) = 201+101+239=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #C965EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965EF is #369A10. Grayscale: #929292. Windows color (decimal): -3578385 or 15689161. OLE color: 15689161.
HSL color Cylindrical-coordinate representation of color #C965EF: hue angle of 283.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C965EF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 101 | 239 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.06 |
| HSL | 283.48º | 0.81% | 0.67% | - |
| HSV(B) | 283.48º | 0.58% | 0.94% | - |
| XYZ | 44.32 | 27.96 | 84.72 | - |
| YUV | 146.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 239 | 0.16 | 0.58 | 0 | 0.06 | 283.48 | 0.81 | 0.67 |
| Hex | C9 | 65 | EF | 10 | 3A | 0 | 6 | 11B | 51 | 43 |
| Octal | 311 | 145 | 357 | 20 | 72 | 0 | 6 | 433 | 121 | 103 |
| Binary | 11001001 | 1100101 | 11101111 | 10000 | 111010 | 0 | 110 | 100011011 | 1010001 | 1000011 |
Color Harmonies of #C965EF
Complementary color
Monochromatic Colors of #C965EF
Black with #C965EF
Text Example
Text Example
White with #C965EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965EF; }
p { color: rgb(201,101,239); }
H1.HeaderClassName
{
color: #C965EF;
}
.AnyTagClassName
{
color: #C965EF;
}
</style>
background-color css
<style>
a { background-color: #C965EF; }
a { background-color: rgb(201,101,239); }
div.DivClassName
{
background-color: #C965EF;
}
.BgClassName
{
background-color: #C965EF;
}
</style>
border-color css
<style>
span { border-color: #C965EF; }
span { border-color: rgb(201,101,239); }
td.TdClassName
{
border-color: #C965EF;
}
.TagClassName
{
border-color: #C965EF;
}
</style>