Shades of Heliotrope #C355FB
Tints of Heliotrope #C355FB
RGB
CMYK
RGB Variations
Color information
#C355FB (or 0xC355FB) is known color: Heliotrope. HEX triplet: C3, 55 and FB. RGB value is (195,85,251). Sum of RGB (Red+Green+Blue) = 195+85+251=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #C355FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355FB is #3CAA04. Grayscale: #888888. Windows color (decimal): -3975685 or 16471491. OLE color: 16471491.
HSL color Cylindrical-coordinate representation of color #C355FB: hue angle of 279.76º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C355FB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 85 | 251 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.02 |
| HSL | 279.76º | 0.95% | 0.66% | - |
| HSV(B) | 279.76º | 0.66% | 0.98% | - |
| XYZ | 43.17 | 25.06 | 93.83 | - |
| YUV | 136.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 251 | 0.22 | 0.66 | 0 | 0.02 | 279.76 | 0.95 | 0.66 |
| Hex | C3 | 55 | FB | 16 | 42 | 0 | 2 | 118 | 5F | 42 |
| Octal | 303 | 125 | 373 | 26 | 102 | 0 | 2 | 430 | 137 | 102 |
| Binary | 11000011 | 1010101 | 11111011 | 10110 | 1000010 | 0 | 10 | 100011000 | 1011111 | 1000010 |
Color Harmonies of #C355FB
Complementary color
Monochromatic Colors of #C355FB
Black with #C355FB
Text Example
Text Example
White with #C355FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355FB; }
p { color: rgb(195,85,251); }
H1.HeaderClassName
{
color: #C355FB;
}
.AnyTagClassName
{
color: #C355FB;
}
</style>
background-color css
<style>
a { background-color: #C355FB; }
a { background-color: rgb(195,85,251); }
div.DivClassName
{
background-color: #C355FB;
}
.BgClassName
{
background-color: #C355FB;
}
</style>
border-color css
<style>
span { border-color: #C355FB; }
span { border-color: rgb(195,85,251); }
td.TdClassName
{
border-color: #C355FB;
}
.TagClassName
{
border-color: #C355FB;
}
</style>