Shades of Heliotrope #C363FC
Tints of Heliotrope #C363FC
RGB
CMYK
RGB Variations
Color information
#C363FC (or 0xC363FC) is known color: Heliotrope. HEX triplet: C3, 63 and FC. RGB value is (195,99,252). Sum of RGB (Red+Green+Blue) = 195+99+252=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C363FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C363FC is #3C9C03. Grayscale: #909090. Windows color (decimal): -3972100 or 16540611. OLE color: 16540611.
HSL color Cylindrical-coordinate representation of color #C363FC: hue angle of 277.65º 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 #C363FC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 99 | 252 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.01 |
| HSL | 277.65º | 0.96% | 0.69% | - |
| HSV(B) | 277.65º | 0.61% | 0.99% | - |
| XYZ | 44.54 | 27.55 | 95.07 | - |
| YUV | 145.15 | 188.3 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 252 | 0.23 | 0.61 | 0 | 0.01 | 277.65 | 0.96 | 0.69 |
| Hex | C3 | 63 | FC | 17 | 3D | 0 | 1 | 116 | 60 | 45 |
| Octal | 303 | 143 | 374 | 27 | 75 | 0 | 1 | 426 | 140 | 105 |
| Binary | 11000011 | 1100011 | 11111100 | 10111 | 111101 | 0 | 1 | 100010110 | 1100000 | 1000101 |
Color Harmonies of #C363FC
Complementary color
Monochromatic Colors of #C363FC
Black with #C363FC
Text Example
Text Example
White with #C363FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363FC; }
p { color: rgb(195,99,252); }
H1.HeaderClassName
{
color: #C363FC;
}
.AnyTagClassName
{
color: #C363FC;
}
</style>
background-color css
<style>
a { background-color: #C363FC; }
a { background-color: rgb(195,99,252); }
div.DivClassName
{
background-color: #C363FC;
}
.BgClassName
{
background-color: #C363FC;
}
</style>
border-color css
<style>
span { border-color: #C363FC; }
span { border-color: rgb(195,99,252); }
td.TdClassName
{
border-color: #C363FC;
}
.TagClassName
{
border-color: #C363FC;
}
</style>