Shades of Heliotrope #C97FF0
Tints of Heliotrope #C97FF0
RGB
CMYK
RGB Variations
Color information
#C97FF0 (or 0xC97FF0) is known color: Heliotrope. HEX triplet: C9, 7F and F0. RGB value is (201,127,240). Sum of RGB (Red+Green+Blue) = 201+127+240=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #C97FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FF0 is #36800F. Grayscale: #A1A1A1. Windows color (decimal): -3571728 or 15761353. OLE color: 15761353.
HSL color Cylindrical-coordinate representation of color #C97FF0: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97FF0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 127 | 240 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.06 |
| HSL | 279.29º | 0.79% | 0.72% | - |
| HSV(B) | 279.29º | 0.47% | 0.94% | - |
| XYZ | 47.4 | 33.89 | 86.48 | - |
| YUV | 162.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 240 | 0.16 | 0.47 | 0 | 0.06 | 279.29 | 0.79 | 0.72 |
| Hex | C9 | 7F | F0 | 10 | 2F | 0 | 6 | 117 | 4F | 48 |
| Octal | 311 | 177 | 360 | 20 | 57 | 0 | 6 | 427 | 117 | 110 |
| Binary | 11001001 | 1111111 | 11110000 | 10000 | 101111 | 0 | 110 | 100010111 | 1001111 | 1001000 |
Color Harmonies of #C97FF0
Complementary color
Monochromatic Colors of #C97FF0
Black with #C97FF0
Text Example
Text Example
White with #C97FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FF0; }
p { color: rgb(201,127,240); }
H1.HeaderClassName
{
color: #C97FF0;
}
.AnyTagClassName
{
color: #C97FF0;
}
</style>
background-color css
<style>
a { background-color: #C97FF0; }
a { background-color: rgb(201,127,240); }
div.DivClassName
{
background-color: #C97FF0;
}
.BgClassName
{
background-color: #C97FF0;
}
</style>
border-color css
<style>
span { border-color: #C97FF0; }
span { border-color: rgb(201,127,240); }
td.TdClassName
{
border-color: #C97FF0;
}
.TagClassName
{
border-color: #C97FF0;
}
</style>