Shades of Heliotrope #C97DFC
Tints of Heliotrope #C97DFC
RGB
CMYK
RGB Variations
Color information
#C97DFC (or 0xC97DFC) is known color: Heliotrope. HEX triplet: C9, 7D and FC. RGB value is (201,125,252). Sum of RGB (Red+Green+Blue) = 201+125+252=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DFC is #368203. Grayscale: #A1A1A1. Windows color (decimal): -3572228 or 16547273. OLE color: 16547273.
HSL color Cylindrical-coordinate representation of color #C97DFC: hue angle of 275.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97DFC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 125 | 252 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.01 |
| HSL | 275.91º | 0.95% | 0.74% | - |
| HSV(B) | 275.91º | 0.5% | 0.99% | - |
| XYZ | 48.99 | 34.11 | 96.1 | - |
| YUV | 162.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 252 | 0.20 | 0.50 | 0 | 0.01 | 275.91 | 0.95 | 0.74 |
| Hex | C9 | 7D | FC | 14 | 32 | 0 | 1 | 114 | 5F | 4A |
| Octal | 311 | 175 | 374 | 24 | 62 | 0 | 1 | 424 | 137 | 112 |
| Binary | 11001001 | 1111101 | 11111100 | 10100 | 110010 | 0 | 1 | 100010100 | 1011111 | 1001010 |
Color Harmonies of #C97DFC
Complementary color
Monochromatic Colors of #C97DFC
Black with #C97DFC
Text Example
Text Example
White with #C97DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DFC; }
p { color: rgb(201,125,252); }
H1.HeaderClassName
{
color: #C97DFC;
}
.AnyTagClassName
{
color: #C97DFC;
}
</style>
background-color css
<style>
a { background-color: #C97DFC; }
a { background-color: rgb(201,125,252); }
div.DivClassName
{
background-color: #C97DFC;
}
.BgClassName
{
background-color: #C97DFC;
}
</style>
border-color css
<style>
span { border-color: #C97DFC; }
span { border-color: rgb(201,125,252); }
td.TdClassName
{
border-color: #C97DFC;
}
.TagClassName
{
border-color: #C97DFC;
}
</style>