Shades of Heliotrope #C95FFC
Tints of Heliotrope #C95FFC
RGB
CMYK
RGB Variations
Color information
#C95FFC (or 0xC95FFC) is known color: Heliotrope. HEX triplet: C9, 5F and FC. RGB value is (201,95,252). Sum of RGB (Red+Green+Blue) = 201+95+252=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #C95FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FFC is #36A003. Grayscale: #909090. Windows color (decimal): -3579908 or 16539593. OLE color: 16539593.
HSL color Cylindrical-coordinate representation of color #C95FFC: hue angle of 280.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95FFC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 95 | 252 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.01 |
| HSL | 280.51º | 0.96% | 0.68% | - |
| HSV(B) | 280.51º | 0.62% | 0.99% | - |
| XYZ | 45.75 | 27.63 | 95.02 | - |
| YUV | 144.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 252 | 0.20 | 0.62 | 0 | 0.01 | 280.51 | 0.96 | 0.68 |
| Hex | C9 | 5F | FC | 14 | 3E | 0 | 1 | 119 | 60 | 44 |
| Octal | 311 | 137 | 374 | 24 | 76 | 0 | 1 | 431 | 140 | 104 |
| Binary | 11001001 | 1011111 | 11111100 | 10100 | 111110 | 0 | 1 | 100011001 | 1100000 | 1000100 |
Color Harmonies of #C95FFC
Complementary color
Monochromatic Colors of #C95FFC
Black with #C95FFC
Text Example
Text Example
White with #C95FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FFC; }
p { color: rgb(201,95,252); }
H1.HeaderClassName
{
color: #C95FFC;
}
.AnyTagClassName
{
color: #C95FFC;
}
</style>
background-color css
<style>
a { background-color: #C95FFC; }
a { background-color: rgb(201,95,252); }
div.DivClassName
{
background-color: #C95FFC;
}
.BgClassName
{
background-color: #C95FFC;
}
</style>
border-color css
<style>
span { border-color: #C95FFC; }
span { border-color: rgb(201,95,252); }
td.TdClassName
{
border-color: #C95FFC;
}
.TagClassName
{
border-color: #C95FFC;
}
</style>