Shades of Heliotrope #C97CF0
Tints of Heliotrope #C97CF0
RGB
CMYK
RGB Variations
Color information
#C97CF0 (or 0xC97CF0) is known color: Heliotrope. HEX triplet: C9, 7C and F0. RGB value is (201,124,240). Sum of RGB (Red+Green+Blue) = 201+124+240=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #C97CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CF0 is #36830F. Grayscale: #9F9F9F. Windows color (decimal): -3572496 or 15760585. OLE color: 15760585.
HSL color Cylindrical-coordinate representation of color #C97CF0: hue angle of 279.83º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97CF0 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 124 | 240 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.06 |
| HSL | 279.83º | 0.79% | 0.71% | - |
| HSV(B) | 279.83º | 0.48% | 0.94% | - |
| XYZ | 47.02 | 33.12 | 86.35 | - |
| YUV | 160.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 240 | 0.16 | 0.48 | 0 | 0.06 | 279.83 | 0.79 | 0.71 |
| Hex | C9 | 7C | F0 | 10 | 30 | 0 | 6 | 118 | 4F | 47 |
| Octal | 311 | 174 | 360 | 20 | 60 | 0 | 6 | 430 | 117 | 107 |
| Binary | 11001001 | 1111100 | 11110000 | 10000 | 110000 | 0 | 110 | 100011000 | 1001111 | 1000111 |
Color Harmonies of #C97CF0
Complementary color
Monochromatic Colors of #C97CF0
Black with #C97CF0
Text Example
Text Example
White with #C97CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CF0; }
p { color: rgb(201,124,240); }
H1.HeaderClassName
{
color: #C97CF0;
}
.AnyTagClassName
{
color: #C97CF0;
}
</style>
background-color css
<style>
a { background-color: #C97CF0; }
a { background-color: rgb(201,124,240); }
div.DivClassName
{
background-color: #C97CF0;
}
.BgClassName
{
background-color: #C97CF0;
}
</style>
border-color css
<style>
span { border-color: #C97CF0; }
span { border-color: rgb(201,124,240); }
td.TdClassName
{
border-color: #C97CF0;
}
.TagClassName
{
border-color: #C97CF0;
}
</style>