Shades of Heliotrope #C97CFB
Tints of Heliotrope #C97CFB
RGB
CMYK
RGB Variations
Color information
#C97CFB (or 0xC97CFB) is known color: Heliotrope. HEX triplet: C9, 7C and FB. RGB value is (201,124,251). Sum of RGB (Red+Green+Blue) = 201+124+251=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #C97CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CFB is #368304. Grayscale: #A1A1A1. Windows color (decimal): -3572485 or 16481481. OLE color: 16481481.
HSL color Cylindrical-coordinate representation of color #C97CFB: hue angle of 276.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97CFB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 124 | 251 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.02 |
| HSL | 276.38º | 0.94% | 0.74% | - |
| HSV(B) | 276.38º | 0.51% | 0.98% | - |
| XYZ | 48.71 | 33.8 | 95.22 | - |
| YUV | 161.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 251 | 0.20 | 0.51 | 0 | 0.02 | 276.38 | 0.94 | 0.74 |
| Hex | C9 | 7C | FB | 14 | 33 | 0 | 2 | 114 | 5E | 4A |
| Octal | 311 | 174 | 373 | 24 | 63 | 0 | 2 | 424 | 136 | 112 |
| Binary | 11001001 | 1111100 | 11111011 | 10100 | 110011 | 0 | 10 | 100010100 | 1011110 | 1001010 |
Color Harmonies of #C97CFB
Complementary color
Monochromatic Colors of #C97CFB
Black with #C97CFB
Text Example
Text Example
White with #C97CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CFB; }
p { color: rgb(201,124,251); }
H1.HeaderClassName
{
color: #C97CFB;
}
.AnyTagClassName
{
color: #C97CFB;
}
</style>
background-color css
<style>
a { background-color: #C97CFB; }
a { background-color: rgb(201,124,251); }
div.DivClassName
{
background-color: #C97CFB;
}
.BgClassName
{
background-color: #C97CFB;
}
</style>
border-color css
<style>
span { border-color: #C97CFB; }
span { border-color: rgb(201,124,251); }
td.TdClassName
{
border-color: #C97CFB;
}
.TagClassName
{
border-color: #C97CFB;
}
</style>