Shades of Heliotrope #C975FD
Tints of Heliotrope #C975FD
RGB
CMYK
RGB Variations
Color information
#C975FD (or 0xC975FD) is known color: Heliotrope. HEX triplet: C9, 75 and FD. RGB value is (201,117,253). Sum of RGB (Red+Green+Blue) = 201+117+253=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #C975FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FD is #368A02. Grayscale: #9D9D9D. Windows color (decimal): -3574275 or 16610761. OLE color: 16610761.
HSL color Cylindrical-coordinate representation of color #C975FD: hue angle of 277.06º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C975FD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 117 | 253 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.01 |
| HSL | 277.06º | 0.97% | 0.73% | - |
| HSV(B) | 277.06º | 0.54% | 0.99% | - |
| XYZ | 48.18 | 32.23 | 96.61 | - |
| YUV | 157.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 253 | 0.21 | 0.54 | 0 | 0.01 | 277.06 | 0.97 | 0.73 |
| Hex | C9 | 75 | FD | 15 | 36 | 0 | 1 | 115 | 61 | 49 |
| Octal | 311 | 165 | 375 | 25 | 66 | 0 | 1 | 425 | 141 | 111 |
| Binary | 11001001 | 1110101 | 11111101 | 10101 | 110110 | 0 | 1 | 100010101 | 1100001 | 1001001 |
Color Harmonies of #C975FD
Complementary color
Monochromatic Colors of #C975FD
Black with #C975FD
Text Example
Text Example
White with #C975FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975FD; }
p { color: rgb(201,117,253); }
H1.HeaderClassName
{
color: #C975FD;
}
.AnyTagClassName
{
color: #C975FD;
}
</style>
background-color css
<style>
a { background-color: #C975FD; }
a { background-color: rgb(201,117,253); }
div.DivClassName
{
background-color: #C975FD;
}
.BgClassName
{
background-color: #C975FD;
}
</style>
border-color css
<style>
span { border-color: #C975FD; }
span { border-color: rgb(201,117,253); }
td.TdClassName
{
border-color: #C975FD;
}
.TagClassName
{
border-color: #C975FD;
}
</style>