Shades of Heliotrope #C97DFB
Tints of Heliotrope #C97DFB
RGB
CMYK
RGB Variations
Color information
#C97DFB (or 0xC97DFB) is known color: Heliotrope. HEX triplet: C9, 7D and FB. RGB value is (201,125,251). Sum of RGB (Red+Green+Blue) = 201+125+251=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #C97DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DFB is #368204. Grayscale: #A1A1A1. Windows color (decimal): -3572229 or 16481737. OLE color: 16481737.
HSL color Cylindrical-coordinate representation of color #C97DFB: hue angle of 276.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97DFB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 125 | 251 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.02 |
| HSL | 276.19º | 0.94% | 0.74% | - |
| HSV(B) | 276.19º | 0.5% | 0.98% | - |
| XYZ | 48.83 | 34.05 | 95.27 | - |
| YUV | 162.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 251 | 0.20 | 0.50 | 0 | 0.02 | 276.19 | 0.94 | 0.74 |
| Hex | C9 | 7D | FB | 14 | 32 | 0 | 2 | 114 | 5E | 4A |
| Octal | 311 | 175 | 373 | 24 | 62 | 0 | 2 | 424 | 136 | 112 |
| Binary | 11001001 | 1111101 | 11111011 | 10100 | 110010 | 0 | 10 | 100010100 | 1011110 | 1001010 |
Color Harmonies of #C97DFB
Complementary color
Monochromatic Colors of #C97DFB
Black with #C97DFB
Text Example
Text Example
White with #C97DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DFB; }
p { color: rgb(201,125,251); }
H1.HeaderClassName
{
color: #C97DFB;
}
.AnyTagClassName
{
color: #C97DFB;
}
</style>
background-color css
<style>
a { background-color: #C97DFB; }
a { background-color: rgb(201,125,251); }
div.DivClassName
{
background-color: #C97DFB;
}
.BgClassName
{
background-color: #C97DFB;
}
</style>
border-color css
<style>
span { border-color: #C97DFB; }
span { border-color: rgb(201,125,251); }
td.TdClassName
{
border-color: #C97DFB;
}
.TagClassName
{
border-color: #C97DFB;
}
</style>