Shades of Heliotrope #C975F3
Tints of Heliotrope #C975F3
RGB
CMYK
RGB Variations
Color information
#C975F3 (or 0xC975F3) is known color: Heliotrope. HEX triplet: C9, 75 and F3. RGB value is (201,117,243). Sum of RGB (Red+Green+Blue) = 201+117+243=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #C975F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975F3 is #368A0C. Grayscale: #9C9C9C. Windows color (decimal): -3574285 or 15955401. OLE color: 15955401.
HSL color Cylindrical-coordinate representation of color #C975F3: hue angle of 280º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C975F3 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 117 | 243 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.05 |
| HSL | 280º | 0.84% | 0.71% | - |
| HSV(B) | 280º | 0.52% | 0.95% | - |
| XYZ | 46.63 | 31.61 | 88.44 | - |
| YUV | 156.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 243 | 0.17 | 0.52 | 0 | 0.05 | 280 | 0.84 | 0.71 |
| Hex | C9 | 75 | F3 | 11 | 34 | 0 | 5 | 118 | 54 | 47 |
| Octal | 311 | 165 | 363 | 21 | 64 | 0 | 5 | 430 | 124 | 107 |
| Binary | 11001001 | 1110101 | 11110011 | 10001 | 110100 | 0 | 101 | 100011000 | 1010100 | 1000111 |
Color Harmonies of #C975F3
Complementary color
Monochromatic Colors of #C975F3
Black with #C975F3
Text Example
Text Example
White with #C975F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975F3; }
p { color: rgb(201,117,243); }
H1.HeaderClassName
{
color: #C975F3;
}
.AnyTagClassName
{
color: #C975F3;
}
</style>
background-color css
<style>
a { background-color: #C975F3; }
a { background-color: rgb(201,117,243); }
div.DivClassName
{
background-color: #C975F3;
}
.BgClassName
{
background-color: #C975F3;
}
</style>
border-color css
<style>
span { border-color: #C975F3; }
span { border-color: rgb(201,117,243); }
td.TdClassName
{
border-color: #C975F3;
}
.TagClassName
{
border-color: #C975F3;
}
</style>