Shades of Heliotrope #C95CFC
Tints of Heliotrope #C95CFC
RGB
CMYK
RGB Variations
Color information
#C95CFC (or 0xC95CFC) is known color: Heliotrope. HEX triplet: C9, 5C and FC. RGB value is (201,92,252). Sum of RGB (Red+Green+Blue) = 201+92+252=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #C95CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CFC is #36A303. Grayscale: #8E8E8E. Windows color (decimal): -3580676 or 16538825. OLE color: 16538825.
HSL color Cylindrical-coordinate representation of color #C95CFC: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C95CFC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 92 | 252 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.01 |
| HSL | 280.88º | 0.96% | 0.67% | - |
| HSV(B) | 280.88º | 0.63% | 0.99% | - |
| XYZ | 45.49 | 27.1 | 94.93 | - |
| YUV | 142.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 252 | 0.20 | 0.63 | 0 | 0.01 | 280.88 | 0.96 | 0.67 |
| Hex | C9 | 5C | FC | 14 | 3F | 0 | 1 | 119 | 60 | 43 |
| Octal | 311 | 134 | 374 | 24 | 77 | 0 | 1 | 431 | 140 | 103 |
| Binary | 11001001 | 1011100 | 11111100 | 10100 | 111111 | 0 | 1 | 100011001 | 1100000 | 1000011 |
Color Harmonies of #C95CFC
Complementary color
Monochromatic Colors of #C95CFC
Black with #C95CFC
Text Example
Text Example
White with #C95CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CFC; }
p { color: rgb(201,92,252); }
H1.HeaderClassName
{
color: #C95CFC;
}
.AnyTagClassName
{
color: #C95CFC;
}
</style>
background-color css
<style>
a { background-color: #C95CFC; }
a { background-color: rgb(201,92,252); }
div.DivClassName
{
background-color: #C95CFC;
}
.BgClassName
{
background-color: #C95CFC;
}
</style>
border-color css
<style>
span { border-color: #C95CFC; }
span { border-color: rgb(201,92,252); }
td.TdClassName
{
border-color: #C95CFC;
}
.TagClassName
{
border-color: #C95CFC;
}
</style>