Shades of Heliotrope #C97BFC
Tints of Heliotrope #C97BFC
RGB
CMYK
RGB Variations
Color information
#C97BFC (or 0xC97BFC) is known color: Heliotrope. HEX triplet: C9, 7B and FC. RGB value is (201,123,252). Sum of RGB (Red+Green+Blue) = 201+123+252=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BFC is #368403. Grayscale: #A0A0A0. Windows color (decimal): -3572740 or 16546761. OLE color: 16546761.
HSL color Cylindrical-coordinate representation of color #C97BFC: hue angle of 276.28º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97BFC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 123 | 252 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.01 |
| HSL | 276.28º | 0.96% | 0.74% | - |
| HSV(B) | 276.28º | 0.51% | 0.99% | - |
| XYZ | 48.74 | 33.61 | 96.01 | - |
| YUV | 161.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 252 | 0.20 | 0.51 | 0 | 0.01 | 276.28 | 0.96 | 0.74 |
| Hex | C9 | 7B | FC | 14 | 33 | 0 | 1 | 114 | 60 | 4A |
| Octal | 311 | 173 | 374 | 24 | 63 | 0 | 1 | 424 | 140 | 112 |
| Binary | 11001001 | 1111011 | 11111100 | 10100 | 110011 | 0 | 1 | 100010100 | 1100000 | 1001010 |
Color Harmonies of #C97BFC
Complementary color
Monochromatic Colors of #C97BFC
Black with #C97BFC
Text Example
Text Example
White with #C97BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BFC; }
p { color: rgb(201,123,252); }
H1.HeaderClassName
{
color: #C97BFC;
}
.AnyTagClassName
{
color: #C97BFC;
}
</style>
background-color css
<style>
a { background-color: #C97BFC; }
a { background-color: rgb(201,123,252); }
div.DivClassName
{
background-color: #C97BFC;
}
.BgClassName
{
background-color: #C97BFC;
}
</style>
border-color css
<style>
span { border-color: #C97BFC; }
span { border-color: rgb(201,123,252); }
td.TdClassName
{
border-color: #C97BFC;
}
.TagClassName
{
border-color: #C97BFC;
}
</style>