Shades of Heliotrope #C360FE
Tints of Heliotrope #C360FE
RGB
CMYK
RGB Variations
Color information
#C360FE (or 0xC360FE) is known color: Heliotrope. HEX triplet: C3, 60 and FE. RGB value is (195,96,254). Sum of RGB (Red+Green+Blue) = 195+96+254=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #C360FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360FE is #3C9F01. Grayscale: #8F8F8F. Windows color (decimal): -3972866 or 16670915. OLE color: 16670915.
HSL color Cylindrical-coordinate representation of color #C360FE: hue angle of 277.59º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C360FE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 96 | 254 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.00 |
| HSL | 277.59º | 0.99% | 0.69% | - |
| HSV(B) | 277.59º | 0.62% | 1% | - |
| XYZ | 44.58 | 27.12 | 96.65 | - |
| YUV | 143.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 254 | 0.23 | 0.62 | 0 | 0.00 | 277.59 | 0.99 | 0.69 |
| Hex | C3 | 60 | FE | 17 | 3E | 0 | 0 | 116 | 63 | 45 |
| Octal | 303 | 140 | 376 | 27 | 76 | 0 | 0 | 426 | 143 | 105 |
| Binary | 11000011 | 1100000 | 11111110 | 10111 | 111110 | 0 | 0 | 100010110 | 1100011 | 1000101 |
Color Harmonies of #C360FE
Complementary color
Monochromatic Colors of #C360FE
Black with #C360FE
Text Example
Text Example
White with #C360FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360FE; }
p { color: rgb(195,96,254); }
H1.HeaderClassName
{
color: #C360FE;
}
.AnyTagClassName
{
color: #C360FE;
}
</style>
background-color css
<style>
a { background-color: #C360FE; }
a { background-color: rgb(195,96,254); }
div.DivClassName
{
background-color: #C360FE;
}
.BgClassName
{
background-color: #C360FE;
}
</style>
border-color css
<style>
span { border-color: #C360FE; }
span { border-color: rgb(195,96,254); }
td.TdClassName
{
border-color: #C360FE;
}
.TagClassName
{
border-color: #C360FE;
}
</style>