Shades of Heliotrope #C97CF5
Tints of Heliotrope #C97CF5
RGB
CMYK
RGB Variations
Color information
#C97CF5 (or 0xC97CF5) is known color: Heliotrope. HEX triplet: C9, 7C and F5. RGB value is (201,124,245). Sum of RGB (Red+Green+Blue) = 201+124+245=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #C97CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CF5 is #36830A. Grayscale: #A0A0A0. Windows color (decimal): -3572491 or 16088265. OLE color: 16088265.
HSL color Cylindrical-coordinate representation of color #C97CF5: hue angle of 278.18º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97CF5 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 124 | 245 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.04 |
| HSL | 278.18º | 0.86% | 0.72% | - |
| HSV(B) | 278.18º | 0.49% | 0.96% | - |
| XYZ | 47.78 | 33.43 | 90.32 | - |
| YUV | 160.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 245 | 0.18 | 0.49 | 0 | 0.04 | 278.18 | 0.86 | 0.72 |
| Hex | C9 | 7C | F5 | 12 | 31 | 0 | 4 | 116 | 56 | 48 |
| Octal | 311 | 174 | 365 | 22 | 61 | 0 | 4 | 426 | 126 | 110 |
| Binary | 11001001 | 1111100 | 11110101 | 10010 | 110001 | 0 | 100 | 100010110 | 1010110 | 1001000 |
Color Harmonies of #C97CF5
Complementary color
Monochromatic Colors of #C97CF5
Black with #C97CF5
Text Example
Text Example
White with #C97CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CF5; }
p { color: rgb(201,124,245); }
H1.HeaderClassName
{
color: #C97CF5;
}
.AnyTagClassName
{
color: #C97CF5;
}
</style>
background-color css
<style>
a { background-color: #C97CF5; }
a { background-color: rgb(201,124,245); }
div.DivClassName
{
background-color: #C97CF5;
}
.BgClassName
{
background-color: #C97CF5;
}
</style>
border-color css
<style>
span { border-color: #C97CF5; }
span { border-color: rgb(201,124,245); }
td.TdClassName
{
border-color: #C97CF5;
}
.TagClassName
{
border-color: #C97CF5;
}
</style>