Shades of Heliotrope #C368FE
Tints of Heliotrope #C368FE
RGB
CMYK
RGB Variations
Color information
#C368FE (or 0xC368FE) is known color: Heliotrope. HEX triplet: C3, 68 and FE. RGB value is (195,104,254). Sum of RGB (Red+Green+Blue) = 195+104+254=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #C368FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368FE is #3C9701. Grayscale: #939393. Windows color (decimal): -3970818 or 16672963. OLE color: 16672963.
HSL color Cylindrical-coordinate representation of color #C368FE: hue angle of 276.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C368FE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 104 | 254 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.00 |
| HSL | 276.4º | 0.99% | 0.7% | - |
| HSV(B) | 276.4º | 0.59% | 1% | - |
| XYZ | 45.35 | 28.66 | 96.91 | - |
| YUV | 148.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 254 | 0.23 | 0.59 | 0 | 0.00 | 276.4 | 0.99 | 0.7 |
| Hex | C3 | 68 | FE | 17 | 3B | 0 | 0 | 114 | 63 | 46 |
| Octal | 303 | 150 | 376 | 27 | 73 | 0 | 0 | 424 | 143 | 106 |
| Binary | 11000011 | 1101000 | 11111110 | 10111 | 111011 | 0 | 0 | 100010100 | 1100011 | 1000110 |
Color Harmonies of #C368FE
Complementary color
Monochromatic Colors of #C368FE
Black with #C368FE
Text Example
Text Example
White with #C368FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368FE; }
p { color: rgb(195,104,254); }
H1.HeaderClassName
{
color: #C368FE;
}
.AnyTagClassName
{
color: #C368FE;
}
</style>
background-color css
<style>
a { background-color: #C368FE; }
a { background-color: rgb(195,104,254); }
div.DivClassName
{
background-color: #C368FE;
}
.BgClassName
{
background-color: #C368FE;
}
</style>
border-color css
<style>
span { border-color: #C368FE; }
span { border-color: rgb(195,104,254); }
td.TdClassName
{
border-color: #C368FE;
}
.TagClassName
{
border-color: #C368FE;
}
</style>