Shades of Heliotrope #C45FFC
Tints of Heliotrope #C45FFC
RGB
CMYK
RGB Variations
Color information
#C45FFC (or 0xC45FFC) is known color: Heliotrope. HEX triplet: C4, 5F and FC. RGB value is (196,95,252). Sum of RGB (Red+Green+Blue) = 196+95+252=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 95 (37.5% from 255 or 17.50% 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 #C45FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FFC is #3BA003. Grayscale: #8E8E8E. Windows color (decimal): -3907588 or 16539588. OLE color: 16539588.
HSL color Cylindrical-coordinate representation of color #C45FFC: hue angle of 278.6º 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 #C45FFC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 95 | 252 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.01 |
| HSL | 278.6º | 0.96% | 0.68% | - |
| HSV(B) | 278.6º | 0.62% | 0.99% | - |
| XYZ | 44.43 | 26.95 | 94.96 | - |
| YUV | 143.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 252 | 0.22 | 0.62 | 0 | 0.01 | 278.6 | 0.96 | 0.68 |
| Hex | C4 | 5F | FC | 16 | 3E | 0 | 1 | 117 | 60 | 44 |
| Octal | 304 | 137 | 374 | 26 | 76 | 0 | 1 | 427 | 140 | 104 |
| Binary | 11000100 | 1011111 | 11111100 | 10110 | 111110 | 0 | 1 | 100010111 | 1100000 | 1000100 |
Color Harmonies of #C45FFC
Complementary color
Monochromatic Colors of #C45FFC
Black with #C45FFC
Text Example
Text Example
White with #C45FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FFC; }
p { color: rgb(196,95,252); }
H1.HeaderClassName
{
color: #C45FFC;
}
.AnyTagClassName
{
color: #C45FFC;
}
</style>
background-color css
<style>
a { background-color: #C45FFC; }
a { background-color: rgb(196,95,252); }
div.DivClassName
{
background-color: #C45FFC;
}
.BgClassName
{
background-color: #C45FFC;
}
</style>
border-color css
<style>
span { border-color: #C45FFC; }
span { border-color: rgb(196,95,252); }
td.TdClassName
{
border-color: #C45FFC;
}
.TagClassName
{
border-color: #C45FFC;
}
</style>