Shades of Heliotrope #C969EC
Tints of Heliotrope #C969EC
RGB
CMYK
RGB Variations
Color information
#C969EC (or 0xC969EC) is known color: Heliotrope. HEX triplet: C9, 69 and EC. RGB value is (201,105,236). Sum of RGB (Red+Green+Blue) = 201+105+236=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C969EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969EC is #369613. Grayscale: #949494. Windows color (decimal): -3577364 or 15493577. OLE color: 15493577.
HSL color Cylindrical-coordinate representation of color #C969EC: hue angle of 283.97º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C969EC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 105 | 236 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.07 |
| HSL | 283.97º | 0.78% | 0.67% | - |
| HSV(B) | 283.97º | 0.56% | 0.93% | - |
| XYZ | 44.28 | 28.58 | 82.54 | - |
| YUV | 148.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 236 | 0.15 | 0.56 | 0 | 0.07 | 283.97 | 0.78 | 0.67 |
| Hex | C9 | 69 | EC | F | 38 | 0 | 7 | 11C | 4E | 43 |
| Octal | 311 | 151 | 354 | 17 | 70 | 0 | 7 | 434 | 116 | 103 |
| Binary | 11001001 | 1101001 | 11101100 | 1111 | 111000 | 0 | 111 | 100011100 | 1001110 | 1000011 |
Color Harmonies of #C969EC
Complementary color
Monochromatic Colors of #C969EC
Black with #C969EC
Text Example
Text Example
White with #C969EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969EC; }
p { color: rgb(201,105,236); }
H1.HeaderClassName
{
color: #C969EC;
}
.AnyTagClassName
{
color: #C969EC;
}
</style>
background-color css
<style>
a { background-color: #C969EC; }
a { background-color: rgb(201,105,236); }
div.DivClassName
{
background-color: #C969EC;
}
.BgClassName
{
background-color: #C969EC;
}
</style>
border-color css
<style>
span { border-color: #C969EC; }
span { border-color: rgb(201,105,236); }
td.TdClassName
{
border-color: #C969EC;
}
.TagClassName
{
border-color: #C969EC;
}
</style>