Shades of Heliotrope #C975FE
Tints of Heliotrope #C975FE
RGB
CMYK
RGB Variations
Color information
#C975FE (or 0xC975FE) is known color: Heliotrope. HEX triplet: C9, 75 and FE. RGB value is (201,117,254). Sum of RGB (Red+Green+Blue) = 201+117+254=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #C975FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FE is #368A01. Grayscale: #9D9D9D. Windows color (decimal): -3574274 or 16676297. OLE color: 16676297.
HSL color Cylindrical-coordinate representation of color #C975FE: hue angle of 276.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C975FE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 117 | 254 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.00 |
| HSL | 276.79º | 0.99% | 0.73% | - |
| HSV(B) | 276.79º | 0.54% | 1% | - |
| XYZ | 48.34 | 32.3 | 97.45 | - |
| YUV | 157.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 254 | 0.21 | 0.54 | 0 | 0.00 | 276.79 | 0.99 | 0.73 |
| Hex | C9 | 75 | FE | 15 | 36 | 0 | 0 | 115 | 63 | 49 |
| Octal | 311 | 165 | 376 | 25 | 66 | 0 | 0 | 425 | 143 | 111 |
| Binary | 11001001 | 1110101 | 11111110 | 10101 | 110110 | 0 | 0 | 100010101 | 1100011 | 1001001 |
Color Harmonies of #C975FE
Complementary color
Monochromatic Colors of #C975FE
Black with #C975FE
Text Example
Text Example
White with #C975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975FE; }
p { color: rgb(201,117,254); }
H1.HeaderClassName
{
color: #C975FE;
}
.AnyTagClassName
{
color: #C975FE;
}
</style>
background-color css
<style>
a { background-color: #C975FE; }
a { background-color: rgb(201,117,254); }
div.DivClassName
{
background-color: #C975FE;
}
.BgClassName
{
background-color: #C975FE;
}
</style>
border-color css
<style>
span { border-color: #C975FE; }
span { border-color: rgb(201,117,254); }
td.TdClassName
{
border-color: #C975FE;
}
.TagClassName
{
border-color: #C975FE;
}
</style>