Shades of Heliotrope #C95DF9
Tints of Heliotrope #C95DF9
RGB
CMYK
RGB Variations
Color information
#C95DF9 (or 0xC95DF9) is known color: Heliotrope. HEX triplet: C9, 5D and F9. RGB value is (201,93,249). Sum of RGB (Red+Green+Blue) = 201+93+249=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #C95DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DF9 is #36A206. Grayscale: #8E8E8E. Windows color (decimal): -3580423 or 16342473. OLE color: 16342473.
HSL color Cylindrical-coordinate representation of color #C95DF9: hue angle of 281.54º 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 #C95DF9 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 93 | 249 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.02 |
| HSL | 281.54º | 0.93% | 0.67% | - |
| HSV(B) | 281.54º | 0.63% | 0.98% | - |
| XYZ | 45.1 | 27.09 | 92.47 | - |
| YUV | 143.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 249 | 0.19 | 0.63 | 0 | 0.02 | 281.54 | 0.93 | 0.67 |
| Hex | C9 | 5D | F9 | 13 | 3F | 0 | 2 | 11A | 5D | 43 |
| Octal | 311 | 135 | 371 | 23 | 77 | 0 | 2 | 432 | 135 | 103 |
| Binary | 11001001 | 1011101 | 11111001 | 10011 | 111111 | 0 | 10 | 100011010 | 1011101 | 1000011 |
Color Harmonies of #C95DF9
Complementary color
Monochromatic Colors of #C95DF9
Black with #C95DF9
Text Example
Text Example
White with #C95DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DF9; }
p { color: rgb(201,93,249); }
H1.HeaderClassName
{
color: #C95DF9;
}
.AnyTagClassName
{
color: #C95DF9;
}
</style>
background-color css
<style>
a { background-color: #C95DF9; }
a { background-color: rgb(201,93,249); }
div.DivClassName
{
background-color: #C95DF9;
}
.BgClassName
{
background-color: #C95DF9;
}
</style>
border-color css
<style>
span { border-color: #C95DF9; }
span { border-color: rgb(201,93,249); }
td.TdClassName
{
border-color: #C95DF9;
}
.TagClassName
{
border-color: #C95DF9;
}
</style>