Shades of Heliotrope #C97BFA
Tints of Heliotrope #C97BFA
RGB
CMYK
RGB Variations
Color information
#C97BFA (or 0xC97BFA) is known color: Heliotrope. HEX triplet: C9, 7B and FA. RGB value is (201,123,250). Sum of RGB (Red+Green+Blue) = 201+123+250=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C97BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BFA is #368405. Grayscale: #A0A0A0. Windows color (decimal): -3572742 or 16415689. OLE color: 16415689.
HSL color Cylindrical-coordinate representation of color #C97BFA: hue angle of 276.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97BFA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 123 | 250 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.02 |
| HSL | 276.85º | 0.93% | 0.73% | - |
| HSV(B) | 276.85º | 0.51% | 0.98% | - |
| XYZ | 48.43 | 33.49 | 94.35 | - |
| YUV | 160.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 250 | 0.20 | 0.51 | 0 | 0.02 | 276.85 | 0.93 | 0.73 |
| Hex | C9 | 7B | FA | 14 | 33 | 0 | 2 | 115 | 5D | 49 |
| Octal | 311 | 173 | 372 | 24 | 63 | 0 | 2 | 425 | 135 | 111 |
| Binary | 11001001 | 1111011 | 11111010 | 10100 | 110011 | 0 | 10 | 100010101 | 1011101 | 1001001 |
Color Harmonies of #C97BFA
Complementary color
Monochromatic Colors of #C97BFA
Black with #C97BFA
Text Example
Text Example
White with #C97BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BFA; }
p { color: rgb(201,123,250); }
H1.HeaderClassName
{
color: #C97BFA;
}
.AnyTagClassName
{
color: #C97BFA;
}
</style>
background-color css
<style>
a { background-color: #C97BFA; }
a { background-color: rgb(201,123,250); }
div.DivClassName
{
background-color: #C97BFA;
}
.BgClassName
{
background-color: #C97BFA;
}
</style>
border-color css
<style>
span { border-color: #C97BFA; }
span { border-color: rgb(201,123,250); }
td.TdClassName
{
border-color: #C97BFA;
}
.TagClassName
{
border-color: #C97BFA;
}
</style>