Shades of Heliotrope #C97BF3
Tints of Heliotrope #C97BF3
RGB
CMYK
RGB Variations
Color information
#C97BF3 (or 0xC97BF3) is known color: Heliotrope. HEX triplet: C9, 7B and F3. RGB value is (201,123,243). Sum of RGB (Red+Green+Blue) = 201+123+243=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #C97BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BF3 is #36840C. Grayscale: #9F9F9F. Windows color (decimal): -3572749 or 15956937. OLE color: 15956937.
HSL color Cylindrical-coordinate representation of color #C97BF3: hue angle of 279º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97BF3 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 123 | 243 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.05 |
| HSL | 279º | 0.83% | 0.72% | - |
| HSV(B) | 279º | 0.49% | 0.95% | - |
| XYZ | 47.35 | 33.05 | 88.68 | - |
| YUV | 160 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 243 | 0.17 | 0.49 | 0 | 0.05 | 279 | 0.83 | 0.72 |
| Hex | C9 | 7B | F3 | 11 | 31 | 0 | 5 | 117 | 53 | 48 |
| Octal | 311 | 173 | 363 | 21 | 61 | 0 | 5 | 427 | 123 | 110 |
| Binary | 11001001 | 1111011 | 11110011 | 10001 | 110001 | 0 | 101 | 100010111 | 1010011 | 1001000 |
Color Harmonies of #C97BF3
Complementary color
Monochromatic Colors of #C97BF3
Black with #C97BF3
Text Example
Text Example
White with #C97BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BF3; }
p { color: rgb(201,123,243); }
H1.HeaderClassName
{
color: #C97BF3;
}
.AnyTagClassName
{
color: #C97BF3;
}
</style>
background-color css
<style>
a { background-color: #C97BF3; }
a { background-color: rgb(201,123,243); }
div.DivClassName
{
background-color: #C97BF3;
}
.BgClassName
{
background-color: #C97BF3;
}
</style>
border-color css
<style>
span { border-color: #C97BF3; }
span { border-color: rgb(201,123,243); }
td.TdClassName
{
border-color: #C97BF3;
}
.TagClassName
{
border-color: #C97BF3;
}
</style>