Shades of Heliotrope #C363FF
Tints of Heliotrope #C363FF
RGB
CMYK
RGB Variations
Color information
#C363FF (or 0xC363FF) is known color: Heliotrope. HEX triplet: C3, 63 and FF. RGB value is (195,99,255). Sum of RGB (Red+Green+Blue) = 195+99+255=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C363FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C363FF is #3C9C00. Grayscale: #909090. Windows color (decimal): -3972097 or 16737219. OLE color: 16737219.
HSL color Cylindrical-coordinate representation of color #C363FF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C363FF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 99 | 255 | - |
| CMYK | 0.24 | 0.61 | 0 | 0 |
| HSL | 276.92º | 1% | 0.69% | - |
| HSV(B) | 276.92º | 0.61% | 1% | - |
| XYZ | 45.02 | 27.75 | 97.59 | - |
| YUV | 145.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 255 | 0.24 | 0.61 | 0 | 0 | 276.92 | 1 | 0.69 |
| Hex | C3 | 63 | FF | 18 | 3D | 0 | 0 | 115 | 64 | 45 |
| Octal | 303 | 143 | 377 | 30 | 75 | 0 | 0 | 425 | 144 | 105 |
| Binary | 11000011 | 1100011 | 11111111 | 11000 | 111101 | 0 | 0 | 100010101 | 1100100 | 1000101 |
Color Harmonies of #C363FF
Complementary color
Monochromatic Colors of #C363FF
Black with #C363FF
Text Example
Text Example
White with #C363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363FF; }
p { color: rgb(195,99,255); }
H1.HeaderClassName
{
color: #C363FF;
}
.AnyTagClassName
{
color: #C363FF;
}
</style>
background-color css
<style>
a { background-color: #C363FF; }
a { background-color: rgb(195,99,255); }
div.DivClassName
{
background-color: #C363FF;
}
.BgClassName
{
background-color: #C363FF;
}
</style>
border-color css
<style>
span { border-color: #C363FF; }
span { border-color: rgb(195,99,255); }
td.TdClassName
{
border-color: #C363FF;
}
.TagClassName
{
border-color: #C363FF;
}
</style>