Shades of Heliotrope #C96EFC
Tints of Heliotrope #C96EFC
RGB
CMYK
RGB Variations
Color information
#C96EFC (or 0xC96EFC) is known color: Heliotrope. HEX triplet: C9, 6E and FC. RGB value is (201,110,252). Sum of RGB (Red+Green+Blue) = 201+110+252=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #C96EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFC is #369103. Grayscale: #989898. Windows color (decimal): -3576068 or 16543433. OLE color: 16543433.
HSL color Cylindrical-coordinate representation of color #C96EFC: hue angle of 278.45º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96EFC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 110 | 252 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.01 |
| HSL | 278.45º | 0.96% | 0.71% | - |
| HSV(B) | 278.45º | 0.56% | 0.99% | - |
| XYZ | 47.23 | 30.6 | 95.51 | - |
| YUV | 153.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 252 | 0.20 | 0.56 | 0 | 0.01 | 278.45 | 0.96 | 0.71 |
| Hex | C9 | 6E | FC | 14 | 38 | 0 | 1 | 116 | 60 | 47 |
| Octal | 311 | 156 | 374 | 24 | 70 | 0 | 1 | 426 | 140 | 107 |
| Binary | 11001001 | 1101110 | 11111100 | 10100 | 111000 | 0 | 1 | 100010110 | 1100000 | 1000111 |
Color Harmonies of #C96EFC
Complementary color
Monochromatic Colors of #C96EFC
Black with #C96EFC
Text Example
Text Example
White with #C96EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96EFC; }
p { color: rgb(201,110,252); }
H1.HeaderClassName
{
color: #C96EFC;
}
.AnyTagClassName
{
color: #C96EFC;
}
</style>
background-color css
<style>
a { background-color: #C96EFC; }
a { background-color: rgb(201,110,252); }
div.DivClassName
{
background-color: #C96EFC;
}
.BgClassName
{
background-color: #C96EFC;
}
</style>
border-color css
<style>
span { border-color: #C96EFC; }
span { border-color: rgb(201,110,252); }
td.TdClassName
{
border-color: #C96EFC;
}
.TagClassName
{
border-color: #C96EFC;
}
</style>