Shades of Heliotrope #C354FC
Tints of Heliotrope #C354FC
RGB
CMYK
RGB Variations
Color information
#C354FC (or 0xC354FC) is known color: Heliotrope. HEX triplet: C3, 54 and FC. RGB value is (195,84,252). Sum of RGB (Red+Green+Blue) = 195+84+252=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C354FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C354FC is #3CAB03. Grayscale: #878787. Windows color (decimal): -3975940 or 16536771. OLE color: 16536771.
HSL color Cylindrical-coordinate representation of color #C354FC: hue angle of 279.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C354FC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 84 | 252 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.01 |
| HSL | 279.64º | 0.97% | 0.66% | - |
| HSV(B) | 279.64º | 0.67% | 0.99% | - |
| XYZ | 43.25 | 24.97 | 94.64 | - |
| YUV | 136.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 252 | 0.23 | 0.67 | 0 | 0.01 | 279.64 | 0.97 | 0.66 |
| Hex | C3 | 54 | FC | 17 | 43 | 0 | 1 | 118 | 61 | 42 |
| Octal | 303 | 124 | 374 | 27 | 103 | 0 | 1 | 430 | 141 | 102 |
| Binary | 11000011 | 1010100 | 11111100 | 10111 | 1000011 | 0 | 1 | 100011000 | 1100001 | 1000010 |
Color Harmonies of #C354FC
Complementary color
Monochromatic Colors of #C354FC
Black with #C354FC
Text Example
Text Example
White with #C354FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354FC; }
p { color: rgb(195,84,252); }
H1.HeaderClassName
{
color: #C354FC;
}
.AnyTagClassName
{
color: #C354FC;
}
</style>
background-color css
<style>
a { background-color: #C354FC; }
a { background-color: rgb(195,84,252); }
div.DivClassName
{
background-color: #C354FC;
}
.BgClassName
{
background-color: #C354FC;
}
</style>
border-color css
<style>
span { border-color: #C354FC; }
span { border-color: rgb(195,84,252); }
td.TdClassName
{
border-color: #C354FC;
}
.TagClassName
{
border-color: #C354FC;
}
</style>