Shades of Heliotrope #C95CF9
Tints of Heliotrope #C95CF9
RGB
CMYK
RGB Variations
Color information
#C95CF9 (or 0xC95CF9) is known color: Heliotrope. HEX triplet: C9, 5C and F9. RGB value is (201,92,249). Sum of RGB (Red+Green+Blue) = 201+92+249=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #C95CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CF9 is #36A306. Grayscale: #8D8D8D. Windows color (decimal): -3580679 or 16342217. OLE color: 16342217.
HSL color Cylindrical-coordinate representation of color #C95CF9: hue angle of 281.66º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C95CF9 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 92 | 249 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.02 |
| HSL | 281.66º | 0.93% | 0.67% | - |
| HSV(B) | 281.66º | 0.63% | 0.98% | - |
| XYZ | 45.01 | 26.91 | 92.44 | - |
| YUV | 142.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 249 | 0.19 | 0.63 | 0 | 0.02 | 281.66 | 0.93 | 0.67 |
| Hex | C9 | 5C | F9 | 13 | 3F | 0 | 2 | 11A | 5D | 43 |
| Octal | 311 | 134 | 371 | 23 | 77 | 0 | 2 | 432 | 135 | 103 |
| Binary | 11001001 | 1011100 | 11111001 | 10011 | 111111 | 0 | 10 | 100011010 | 1011101 | 1000011 |
Color Harmonies of #C95CF9
Complementary color
Monochromatic Colors of #C95CF9
Black with #C95CF9
Text Example
Text Example
White with #C95CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CF9; }
p { color: rgb(201,92,249); }
H1.HeaderClassName
{
color: #C95CF9;
}
.AnyTagClassName
{
color: #C95CF9;
}
</style>
background-color css
<style>
a { background-color: #C95CF9; }
a { background-color: rgb(201,92,249); }
div.DivClassName
{
background-color: #C95CF9;
}
.BgClassName
{
background-color: #C95CF9;
}
</style>
border-color css
<style>
span { border-color: #C95CF9; }
span { border-color: rgb(201,92,249); }
td.TdClassName
{
border-color: #C95CF9;
}
.TagClassName
{
border-color: #C95CF9;
}
</style>