Shades of Heliotrope #C97BFF
Tints of Heliotrope #C97BFF
RGB
CMYK
RGB Variations
Color information
#C97BFF (or 0xC97BFF) is known color: Heliotrope. HEX triplet: C9, 7B and FF. RGB value is (201,123,255). Sum of RGB (Red+Green+Blue) = 201+123+255=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #C97BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BFF is #368400. Grayscale: #A0A0A0. Windows color (decimal): -3572737 or 16743369. OLE color: 16743369.
HSL color Cylindrical-coordinate representation of color #C97BFF: hue angle of 275.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97BFF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 123 | 255 | - |
| CMYK | 0.21 | 0.52 | 0 | 0 |
| HSL | 275.45º | 1% | 0.74% | - |
| HSV(B) | 275.45º | 0.52% | 1% | - |
| XYZ | 49.22 | 33.8 | 98.54 | - |
| YUV | 161.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 255 | 0.21 | 0.52 | 0 | 0 | 275.45 | 1 | 0.74 |
| Hex | C9 | 7B | FF | 15 | 34 | 0 | 0 | 113 | 64 | 4A |
| Octal | 311 | 173 | 377 | 25 | 64 | 0 | 0 | 423 | 144 | 112 |
| Binary | 11001001 | 1111011 | 11111111 | 10101 | 110100 | 0 | 0 | 100010011 | 1100100 | 1001010 |
Color Harmonies of #C97BFF
Complementary color
Monochromatic Colors of #C97BFF
Black with #C97BFF
Text Example
Text Example
White with #C97BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BFF; }
p { color: rgb(201,123,255); }
H1.HeaderClassName
{
color: #C97BFF;
}
.AnyTagClassName
{
color: #C97BFF;
}
</style>
background-color css
<style>
a { background-color: #C97BFF; }
a { background-color: rgb(201,123,255); }
div.DivClassName
{
background-color: #C97BFF;
}
.BgClassName
{
background-color: #C97BFF;
}
</style>
border-color css
<style>
span { border-color: #C97BFF; }
span { border-color: rgb(201,123,255); }
td.TdClassName
{
border-color: #C97BFF;
}
.TagClassName
{
border-color: #C97BFF;
}
</style>