Shades of Heliotrope #C97DF3
Tints of Heliotrope #C97DF3
RGB
CMYK
RGB Variations
Color information
#C97DF3 (or 0xC97DF3) is known color: Heliotrope. HEX triplet: C9, 7D and F3. RGB value is (201,125,243). Sum of RGB (Red+Green+Blue) = 201+125+243=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #C97DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DF3 is #36820C. Grayscale: #A0A0A0. Windows color (decimal): -3572237 or 15957449. OLE color: 15957449.
HSL color Cylindrical-coordinate representation of color #C97DF3: hue angle of 278.64º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97DF3 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 125 | 243 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.05 |
| HSL | 278.64º | 0.83% | 0.72% | - |
| HSV(B) | 278.64º | 0.49% | 0.95% | - |
| XYZ | 47.6 | 33.56 | 88.76 | - |
| YUV | 161.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 243 | 0.17 | 0.49 | 0 | 0.05 | 278.64 | 0.83 | 0.72 |
| Hex | C9 | 7D | F3 | 11 | 31 | 0 | 5 | 117 | 53 | 48 |
| Octal | 311 | 175 | 363 | 21 | 61 | 0 | 5 | 427 | 123 | 110 |
| Binary | 11001001 | 1111101 | 11110011 | 10001 | 110001 | 0 | 101 | 100010111 | 1010011 | 1001000 |
Color Harmonies of #C97DF3
Complementary color
Monochromatic Colors of #C97DF3
Black with #C97DF3
Text Example
Text Example
White with #C97DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DF3; }
p { color: rgb(201,125,243); }
H1.HeaderClassName
{
color: #C97DF3;
}
.AnyTagClassName
{
color: #C97DF3;
}
</style>
background-color css
<style>
a { background-color: #C97DF3; }
a { background-color: rgb(201,125,243); }
div.DivClassName
{
background-color: #C97DF3;
}
.BgClassName
{
background-color: #C97DF3;
}
</style>
border-color css
<style>
span { border-color: #C97DF3; }
span { border-color: rgb(201,125,243); }
td.TdClassName
{
border-color: #C97DF3;
}
.TagClassName
{
border-color: #C97DF3;
}
</style>