Shades of Heliotrope #C35BFC
Tints of Heliotrope #C35BFC
RGB
CMYK
RGB Variations
Color information
#C35BFC (or 0xC35BFC) is known color: Heliotrope. HEX triplet: C3, 5B and FC. RGB value is (195,91,252). Sum of RGB (Red+Green+Blue) = 195+91+252=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #C35BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35BFC is #3CA403. Grayscale: #8B8B8B. Windows color (decimal): -3974148 or 16538563. OLE color: 16538563.
HSL color Cylindrical-coordinate representation of color #C35BFC: hue angle of 278.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C35BFC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 91 | 252 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.76º | 0.96% | 0.67% | - |
| HSV(B) | 278.76º | 0.64% | 0.99% | - |
| XYZ | 43.82 | 26.11 | 94.83 | - |
| YUV | 140.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 252 | 0.23 | 0.64 | 0 | 0.01 | 278.76 | 0.96 | 0.67 |
| Hex | C3 | 5B | FC | 17 | 40 | 0 | 1 | 117 | 60 | 43 |
| Octal | 303 | 133 | 374 | 27 | 100 | 0 | 1 | 427 | 140 | 103 |
| Binary | 11000011 | 1011011 | 11111100 | 10111 | 1000000 | 0 | 1 | 100010111 | 1100000 | 1000011 |
Color Harmonies of #C35BFC
Complementary color
Monochromatic Colors of #C35BFC
Black with #C35BFC
Text Example
Text Example
White with #C35BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BFC; }
p { color: rgb(195,91,252); }
H1.HeaderClassName
{
color: #C35BFC;
}
.AnyTagClassName
{
color: #C35BFC;
}
</style>
background-color css
<style>
a { background-color: #C35BFC; }
a { background-color: rgb(195,91,252); }
div.DivClassName
{
background-color: #C35BFC;
}
.BgClassName
{
background-color: #C35BFC;
}
</style>
border-color css
<style>
span { border-color: #C35BFC; }
span { border-color: rgb(195,91,252); }
td.TdClassName
{
border-color: #C35BFC;
}
.TagClassName
{
border-color: #C35BFC;
}
</style>