Shades of Heliotrope #C97CFA
Tints of Heliotrope #C97CFA
RGB
CMYK
RGB Variations
Color information
#C97CFA (or 0xC97CFA) is known color: Heliotrope. HEX triplet: C9, 7C and FA. RGB value is (201,124,250). Sum of RGB (Red+Green+Blue) = 201+124+250=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #C97CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CFA is #368305. Grayscale: #A0A0A0. Windows color (decimal): -3572486 or 16415945. OLE color: 16415945.
HSL color Cylindrical-coordinate representation of color #C97CFA: hue angle of 276.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97CFA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 124 | 250 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.02 |
| HSL | 276.67º | 0.93% | 0.73% | - |
| HSV(B) | 276.67º | 0.5% | 0.98% | - |
| XYZ | 48.55 | 33.73 | 94.4 | - |
| YUV | 161.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 250 | 0.20 | 0.50 | 0 | 0.02 | 276.67 | 0.93 | 0.73 |
| Hex | C9 | 7C | FA | 14 | 32 | 0 | 2 | 115 | 5D | 49 |
| Octal | 311 | 174 | 372 | 24 | 62 | 0 | 2 | 425 | 135 | 111 |
| Binary | 11001001 | 1111100 | 11111010 | 10100 | 110010 | 0 | 10 | 100010101 | 1011101 | 1001001 |
Color Harmonies of #C97CFA
Complementary color
Monochromatic Colors of #C97CFA
Black with #C97CFA
Text Example
Text Example
White with #C97CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CFA; }
p { color: rgb(201,124,250); }
H1.HeaderClassName
{
color: #C97CFA;
}
.AnyTagClassName
{
color: #C97CFA;
}
</style>
background-color css
<style>
a { background-color: #C97CFA; }
a { background-color: rgb(201,124,250); }
div.DivClassName
{
background-color: #C97CFA;
}
.BgClassName
{
background-color: #C97CFA;
}
</style>
border-color css
<style>
span { border-color: #C97CFA; }
span { border-color: rgb(201,124,250); }
td.TdClassName
{
border-color: #C97CFA;
}
.TagClassName
{
border-color: #C97CFA;
}
</style>