Shades of Heliotrope #C35DF7
Tints of Heliotrope #C35DF7
RGB
CMYK
RGB Variations
Color information
#C35DF7 (or 0xC35DF7) is known color: Heliotrope. HEX triplet: C3, 5D and F7. RGB value is (195,93,247). Sum of RGB (Red+Green+Blue) = 195+93+247=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #C35DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DF7 is #3CA208. Grayscale: #8C8C8C. Windows color (decimal): -3973641 or 16211395. OLE color: 16211395.
HSL color Cylindrical-coordinate representation of color #C35DF7: hue angle of 279.74º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35DF7 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 93 | 247 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.03 |
| HSL | 279.74º | 0.91% | 0.67% | - |
| HSV(B) | 279.74º | 0.62% | 0.97% | - |
| XYZ | 43.21 | 26.15 | 90.77 | - |
| YUV | 141.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 247 | 0.21 | 0.62 | 0 | 0.03 | 279.74 | 0.91 | 0.67 |
| Hex | C3 | 5D | F7 | 15 | 3E | 0 | 3 | 118 | 5B | 43 |
| Octal | 303 | 135 | 367 | 25 | 76 | 0 | 3 | 430 | 133 | 103 |
| Binary | 11000011 | 1011101 | 11110111 | 10101 | 111110 | 0 | 11 | 100011000 | 1011011 | 1000011 |
Color Harmonies of #C35DF7
Complementary color
Monochromatic Colors of #C35DF7
Black with #C35DF7
Text Example
Text Example
White with #C35DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DF7; }
p { color: rgb(195,93,247); }
H1.HeaderClassName
{
color: #C35DF7;
}
.AnyTagClassName
{
color: #C35DF7;
}
</style>
background-color css
<style>
a { background-color: #C35DF7; }
a { background-color: rgb(195,93,247); }
div.DivClassName
{
background-color: #C35DF7;
}
.BgClassName
{
background-color: #C35DF7;
}
</style>
border-color css
<style>
span { border-color: #C35DF7; }
span { border-color: rgb(195,93,247); }
td.TdClassName
{
border-color: #C35DF7;
}
.TagClassName
{
border-color: #C35DF7;
}
</style>