Shades of Heliotrope #C352FF
Tints of Heliotrope #C352FF
RGB
CMYK
RGB Variations
Color information
#C352FF (or 0xC352FF) is known color: Heliotrope. HEX triplet: C3, 52 and FF. RGB value is (195,82,255). Sum of RGB (Red+Green+Blue) = 195+82+255=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C352FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352FF is #3CAD00. Grayscale: #868686. Windows color (decimal): -3976449 or 16732867. OLE color: 16732867.
HSL color Cylindrical-coordinate representation of color #C352FF: hue angle of 279.19º 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 #C352FF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 82 | 255 | - |
| CMYK | 0.24 | 0.68 | 0 | 0 |
| HSL | 279.19º | 1% | 0.66% | - |
| HSV(B) | 279.19º | 0.68% | 1% | - |
| XYZ | 43.57 | 24.86 | 97.11 | - |
| YUV | 135.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 255 | 0.24 | 0.68 | 0 | 0 | 279.19 | 1 | 0.66 |
| Hex | C3 | 52 | FF | 18 | 44 | 0 | 0 | 117 | 64 | 42 |
| Octal | 303 | 122 | 377 | 30 | 104 | 0 | 0 | 427 | 144 | 102 |
| Binary | 11000011 | 1010010 | 11111111 | 11000 | 1000100 | 0 | 0 | 100010111 | 1100100 | 1000010 |
Color Harmonies of #C352FF
Complementary color
Monochromatic Colors of #C352FF
Black with #C352FF
Text Example
Text Example
White with #C352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352FF; }
p { color: rgb(195,82,255); }
H1.HeaderClassName
{
color: #C352FF;
}
.AnyTagClassName
{
color: #C352FF;
}
</style>
background-color css
<style>
a { background-color: #C352FF; }
a { background-color: rgb(195,82,255); }
div.DivClassName
{
background-color: #C352FF;
}
.BgClassName
{
background-color: #C352FF;
}
</style>
border-color css
<style>
span { border-color: #C352FF; }
span { border-color: rgb(195,82,255); }
td.TdClassName
{
border-color: #C352FF;
}
.TagClassName
{
border-color: #C352FF;
}
</style>