Shades of Heliotrope #C97BF0
Tints of Heliotrope #C97BF0
RGB
CMYK
RGB Variations
Color information
#C97BF0 (or 0xC97BF0) is known color: Heliotrope. HEX triplet: C9, 7B and F0. RGB value is (201,123,240). Sum of RGB (Red+Green+Blue) = 201+123+240=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #C97BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BF0 is #36840F. Grayscale: #9F9F9F. Windows color (decimal): -3572752 or 15760329. OLE color: 15760329.
HSL color Cylindrical-coordinate representation of color #C97BF0: hue angle of 280º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97BF0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 123 | 240 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.06 |
| HSL | 280º | 0.8% | 0.71% | - |
| HSV(B) | 280º | 0.49% | 0.94% | - |
| XYZ | 46.9 | 32.87 | 86.31 | - |
| YUV | 159.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 240 | 0.16 | 0.49 | 0 | 0.06 | 280 | 0.8 | 0.71 |
| Hex | C9 | 7B | F0 | 10 | 31 | 0 | 6 | 118 | 50 | 47 |
| Octal | 311 | 173 | 360 | 20 | 61 | 0 | 6 | 430 | 120 | 107 |
| Binary | 11001001 | 1111011 | 11110000 | 10000 | 110001 | 0 | 110 | 100011000 | 1010000 | 1000111 |
Color Harmonies of #C97BF0
Complementary color
Monochromatic Colors of #C97BF0
Black with #C97BF0
Text Example
Text Example
White with #C97BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BF0; }
p { color: rgb(201,123,240); }
H1.HeaderClassName
{
color: #C97BF0;
}
.AnyTagClassName
{
color: #C97BF0;
}
</style>
background-color css
<style>
a { background-color: #C97BF0; }
a { background-color: rgb(201,123,240); }
div.DivClassName
{
background-color: #C97BF0;
}
.BgClassName
{
background-color: #C97BF0;
}
</style>
border-color css
<style>
span { border-color: #C97BF0; }
span { border-color: rgb(201,123,240); }
td.TdClassName
{
border-color: #C97BF0;
}
.TagClassName
{
border-color: #C97BF0;
}
</style>