Shades of Heliotrope #C975FA
Tints of Heliotrope #C975FA
RGB
CMYK
RGB Variations
Color information
#C975FA (or 0xC975FA) is known color: Heliotrope. HEX triplet: C9, 75 and FA. RGB value is (201,117,250). Sum of RGB (Red+Green+Blue) = 201+117+250=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C975FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FA is #368A05. Grayscale: #9C9C9C. Windows color (decimal): -3574278 or 16414153. OLE color: 16414153.
HSL color Cylindrical-coordinate representation of color #C975FA: hue angle of 277.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C975FA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 117 | 250 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.02 |
| HSL | 277.89º | 0.93% | 0.72% | - |
| HSV(B) | 277.89º | 0.53% | 0.98% | - |
| XYZ | 47.7 | 32.04 | 94.11 | - |
| YUV | 157.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 250 | 0.20 | 0.53 | 0 | 0.02 | 277.89 | 0.93 | 0.72 |
| Hex | C9 | 75 | FA | 14 | 35 | 0 | 2 | 116 | 5D | 48 |
| Octal | 311 | 165 | 372 | 24 | 65 | 0 | 2 | 426 | 135 | 110 |
| Binary | 11001001 | 1110101 | 11111010 | 10100 | 110101 | 0 | 10 | 100010110 | 1011101 | 1001000 |
Color Harmonies of #C975FA
Complementary color
Monochromatic Colors of #C975FA
Black with #C975FA
Text Example
Text Example
White with #C975FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975FA; }
p { color: rgb(201,117,250); }
H1.HeaderClassName
{
color: #C975FA;
}
.AnyTagClassName
{
color: #C975FA;
}
</style>
background-color css
<style>
a { background-color: #C975FA; }
a { background-color: rgb(201,117,250); }
div.DivClassName
{
background-color: #C975FA;
}
.BgClassName
{
background-color: #C975FA;
}
</style>
border-color css
<style>
span { border-color: #C975FA; }
span { border-color: rgb(201,117,250); }
td.TdClassName
{
border-color: #C975FA;
}
.TagClassName
{
border-color: #C975FA;
}
</style>