Shades of Heliotrope #C95AFC
Tints of Heliotrope #C95AFC
RGB
CMYK
RGB Variations
Color information
#C95AFC (or 0xC95AFC) is known color: Heliotrope. HEX triplet: C9, 5A and FC. RGB value is (201,90,252). Sum of RGB (Red+Green+Blue) = 201+90+252=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C95AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AFC is #36A503. Grayscale: #8D8D8D. Windows color (decimal): -3581188 or 16538313. OLE color: 16538313.
HSL color Cylindrical-coordinate representation of color #C95AFC: hue angle of 281.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95AFC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 90 | 252 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.01 |
| HSL | 281.11º | 0.96% | 0.67% | - |
| HSV(B) | 281.11º | 0.64% | 0.99% | - |
| XYZ | 45.31 | 26.76 | 94.87 | - |
| YUV | 141.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 252 | 0.20 | 0.64 | 0 | 0.01 | 281.11 | 0.96 | 0.67 |
| Hex | C9 | 5A | FC | 14 | 40 | 0 | 1 | 119 | 60 | 43 |
| Octal | 311 | 132 | 374 | 24 | 100 | 0 | 1 | 431 | 140 | 103 |
| Binary | 11001001 | 1011010 | 11111100 | 10100 | 1000000 | 0 | 1 | 100011001 | 1100000 | 1000011 |
Color Harmonies of #C95AFC
Complementary color
Monochromatic Colors of #C95AFC
Black with #C95AFC
Text Example
Text Example
White with #C95AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AFC; }
p { color: rgb(201,90,252); }
H1.HeaderClassName
{
color: #C95AFC;
}
.AnyTagClassName
{
color: #C95AFC;
}
</style>
background-color css
<style>
a { background-color: #C95AFC; }
a { background-color: rgb(201,90,252); }
div.DivClassName
{
background-color: #C95AFC;
}
.BgClassName
{
background-color: #C95AFC;
}
</style>
border-color css
<style>
span { border-color: #C95AFC; }
span { border-color: rgb(201,90,252); }
td.TdClassName
{
border-color: #C95AFC;
}
.TagClassName
{
border-color: #C95AFC;
}
</style>