Shades of Heliotrope #C362FC
Tints of Heliotrope #C362FC
RGB
CMYK
RGB Variations
Color information
#C362FC (or 0xC362FC) is known color: Heliotrope. HEX triplet: C3, 62 and FC. RGB value is (195,98,252). Sum of RGB (Red+Green+Blue) = 195+98+252=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 98 (38.67% from 255 or 17.98% 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 #C362FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C362FC is #3C9D03. Grayscale: #909090. Windows color (decimal): -3972356 or 16540355. OLE color: 16540355.
HSL color Cylindrical-coordinate representation of color #C362FC: hue angle of 277.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C362FC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 98 | 252 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.01 |
| HSL | 277.79º | 0.96% | 0.69% | - |
| HSV(B) | 277.79º | 0.61% | 0.99% | - |
| XYZ | 44.44 | 27.37 | 95.04 | - |
| YUV | 144.56 | 188.64 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 252 | 0.23 | 0.61 | 0 | 0.01 | 277.79 | 0.96 | 0.69 |
| Hex | C3 | 62 | FC | 17 | 3D | 0 | 1 | 116 | 60 | 45 |
| Octal | 303 | 142 | 374 | 27 | 75 | 0 | 1 | 426 | 140 | 105 |
| Binary | 11000011 | 1100010 | 11111100 | 10111 | 111101 | 0 | 1 | 100010110 | 1100000 | 1000101 |
Color Harmonies of #C362FC
Complementary color
Monochromatic Colors of #C362FC
Black with #C362FC
Text Example
Text Example
White with #C362FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362FC; }
p { color: rgb(195,98,252); }
H1.HeaderClassName
{
color: #C362FC;
}
.AnyTagClassName
{
color: #C362FC;
}
</style>
background-color css
<style>
a { background-color: #C362FC; }
a { background-color: rgb(195,98,252); }
div.DivClassName
{
background-color: #C362FC;
}
.BgClassName
{
background-color: #C362FC;
}
</style>
border-color css
<style>
span { border-color: #C362FC; }
span { border-color: rgb(195,98,252); }
td.TdClassName
{
border-color: #C362FC;
}
.TagClassName
{
border-color: #C362FC;
}
</style>