Shades of Heliotrope #C361FE
Tints of Heliotrope #C361FE
RGB
CMYK
RGB Variations
Color information
#C361FE (or 0xC361FE) is known color: Heliotrope. HEX triplet: C3, 61 and FE. RGB value is (195,97,254). Sum of RGB (Red+Green+Blue) = 195+97+254=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C361FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361FE is #3C9E01. Grayscale: #8F8F8F. Windows color (decimal): -3972610 or 16671171. OLE color: 16671171.
HSL color Cylindrical-coordinate representation of color #C361FE: hue angle of 277.45º 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 #C361FE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 97 | 254 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.00 |
| HSL | 277.45º | 0.99% | 0.69% | - |
| HSV(B) | 277.45º | 0.62% | 1% | - |
| XYZ | 44.67 | 27.31 | 96.68 | - |
| YUV | 144.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 254 | 0.23 | 0.62 | 0 | 0.00 | 277.45 | 0.99 | 0.69 |
| Hex | C3 | 61 | FE | 17 | 3E | 0 | 0 | 115 | 63 | 45 |
| Octal | 303 | 141 | 376 | 27 | 76 | 0 | 0 | 425 | 143 | 105 |
| Binary | 11000011 | 1100001 | 11111110 | 10111 | 111110 | 0 | 0 | 100010101 | 1100011 | 1000101 |
Color Harmonies of #C361FE
Complementary color
Monochromatic Colors of #C361FE
Black with #C361FE
Text Example
Text Example
White with #C361FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361FE; }
p { color: rgb(195,97,254); }
H1.HeaderClassName
{
color: #C361FE;
}
.AnyTagClassName
{
color: #C361FE;
}
</style>
background-color css
<style>
a { background-color: #C361FE; }
a { background-color: rgb(195,97,254); }
div.DivClassName
{
background-color: #C361FE;
}
.BgClassName
{
background-color: #C361FE;
}
</style>
border-color css
<style>
span { border-color: #C361FE; }
span { border-color: rgb(195,97,254); }
td.TdClassName
{
border-color: #C361FE;
}
.TagClassName
{
border-color: #C361FE;
}
</style>