Shades of Heliotrope #C351FF
Tints of Heliotrope #C351FF
RGB
CMYK
RGB Variations
Color information
#C351FF (or 0xC351FF) is known color: Heliotrope. HEX triplet: C3, 51 and FF. RGB value is (195,81,255). Sum of RGB (Red+Green+Blue) = 195+81+255=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C351FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351FF is #3CAE00. Grayscale: #868686. Windows color (decimal): -3976705 or 16732611. OLE color: 16732611.
HSL color Cylindrical-coordinate representation of color #C351FF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C351FF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 81 | 255 | - |
| CMYK | 0.24 | 0.68 | 0 | 0 |
| HSL | 279.31º | 1% | 0.66% | - |
| HSV(B) | 279.31º | 0.68% | 1% | - |
| XYZ | 43.5 | 24.71 | 97.08 | - |
| YUV | 134.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 255 | 0.24 | 0.68 | 0 | 0 | 279.31 | 1 | 0.66 |
| Hex | C3 | 51 | FF | 18 | 44 | 0 | 0 | 117 | 64 | 42 |
| Octal | 303 | 121 | 377 | 30 | 104 | 0 | 0 | 427 | 144 | 102 |
| Binary | 11000011 | 1010001 | 11111111 | 11000 | 1000100 | 0 | 0 | 100010111 | 1100100 | 1000010 |
Color Harmonies of #C351FF
Complementary color
Monochromatic Colors of #C351FF
Black with #C351FF
Text Example
Text Example
White with #C351FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351FF; }
p { color: rgb(195,81,255); }
H1.HeaderClassName
{
color: #C351FF;
}
.AnyTagClassName
{
color: #C351FF;
}
</style>
background-color css
<style>
a { background-color: #C351FF; }
a { background-color: rgb(195,81,255); }
div.DivClassName
{
background-color: #C351FF;
}
.BgClassName
{
background-color: #C351FF;
}
</style>
border-color css
<style>
span { border-color: #C351FF; }
span { border-color: rgb(195,81,255); }
td.TdClassName
{
border-color: #C351FF;
}
.TagClassName
{
border-color: #C351FF;
}
</style>