Shades of Heliotrope #C97EFB
Tints of Heliotrope #C97EFB
RGB
CMYK
RGB Variations
Color information
#C97EFB (or 0xC97EFB) is known color: Heliotrope. HEX triplet: C9, 7E and FB. RGB value is (201,126,251). Sum of RGB (Red+Green+Blue) = 201+126+251=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #C97EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EFB is #368104. Grayscale: #A2A2A2. Windows color (decimal): -3571973 or 16481993. OLE color: 16481993.
HSL color Cylindrical-coordinate representation of color #C97EFB: hue angle of 276º 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 #C97EFB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 126 | 251 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.02 |
| HSL | 276º | 0.94% | 0.74% | - |
| HSV(B) | 276º | 0.5% | 0.98% | - |
| XYZ | 48.96 | 34.3 | 95.31 | - |
| YUV | 162.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 251 | 0.20 | 0.50 | 0 | 0.02 | 276 | 0.94 | 0.74 |
| Hex | C9 | 7E | FB | 14 | 32 | 0 | 2 | 114 | 5E | 4A |
| Octal | 311 | 176 | 373 | 24 | 62 | 0 | 2 | 424 | 136 | 112 |
| Binary | 11001001 | 1111110 | 11111011 | 10100 | 110010 | 0 | 10 | 100010100 | 1011110 | 1001010 |
Color Harmonies of #C97EFB
Complementary color
Monochromatic Colors of #C97EFB
Black with #C97EFB
Text Example
Text Example
White with #C97EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97EFB; }
p { color: rgb(201,126,251); }
H1.HeaderClassName
{
color: #C97EFB;
}
.AnyTagClassName
{
color: #C97EFB;
}
</style>
background-color css
<style>
a { background-color: #C97EFB; }
a { background-color: rgb(201,126,251); }
div.DivClassName
{
background-color: #C97EFB;
}
.BgClassName
{
background-color: #C97EFB;
}
</style>
border-color css
<style>
span { border-color: #C97EFB; }
span { border-color: rgb(201,126,251); }
td.TdClassName
{
border-color: #C97EFB;
}
.TagClassName
{
border-color: #C97EFB;
}
</style>