Shades of Heliotrope #C352FD
Tints of Heliotrope #C352FD
RGB
CMYK
RGB Variations
Color information
#C352FD (or 0xC352FD) is known color: Heliotrope. HEX triplet: C3, 52 and FD. RGB value is (195,82,253). Sum of RGB (Red+Green+Blue) = 195+82+253=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #C352FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352FD is #3CAD02. Grayscale: #868686. Windows color (decimal): -3976451 or 16601795. OLE color: 16601795.
HSL color Cylindrical-coordinate representation of color #C352FD: hue angle of 279.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C352FD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 82 | 253 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 279.65º | 0.98% | 0.66% | - |
| HSV(B) | 279.65º | 0.68% | 0.99% | - |
| XYZ | 43.25 | 24.73 | 95.42 | - |
| YUV | 135.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 253 | 0.23 | 0.68 | 0 | 0.01 | 279.65 | 0.98 | 0.66 |
| Hex | C3 | 52 | FD | 17 | 44 | 0 | 1 | 118 | 62 | 42 |
| Octal | 303 | 122 | 375 | 27 | 104 | 0 | 1 | 430 | 142 | 102 |
| Binary | 11000011 | 1010010 | 11111101 | 10111 | 1000100 | 0 | 1 | 100011000 | 1100010 | 1000010 |
Color Harmonies of #C352FD
Complementary color
Monochromatic Colors of #C352FD
Black with #C352FD
Text Example
Text Example
White with #C352FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352FD; }
p { color: rgb(195,82,253); }
H1.HeaderClassName
{
color: #C352FD;
}
.AnyTagClassName
{
color: #C352FD;
}
</style>
background-color css
<style>
a { background-color: #C352FD; }
a { background-color: rgb(195,82,253); }
div.DivClassName
{
background-color: #C352FD;
}
.BgClassName
{
background-color: #C352FD;
}
</style>
border-color css
<style>
span { border-color: #C352FD; }
span { border-color: rgb(195,82,253); }
td.TdClassName
{
border-color: #C352FD;
}
.TagClassName
{
border-color: #C352FD;
}
</style>