Shades of Heliotrope #C366F1
Tints of Heliotrope #C366F1
RGB
CMYK
RGB Variations
Color information
#C366F1 (or 0xC366F1) is known color: Heliotrope. HEX triplet: C3, 66 and F1. RGB value is (195,102,241). Sum of RGB (Red+Green+Blue) = 195+102+241=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #C366F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366F1 is #3C990E. Grayscale: #919191. Windows color (decimal): -3971343 or 15820483. OLE color: 15820483.
HSL color Cylindrical-coordinate representation of color #C366F1: hue angle of 280.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C366F1 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 102 | 241 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.05 |
| HSL | 280.14º | 0.83% | 0.67% | - |
| HSV(B) | 280.14º | 0.58% | 0.95% | - |
| XYZ | 43.13 | 27.46 | 86.25 | - |
| YUV | 145.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 241 | 0.19 | 0.58 | 0 | 0.05 | 280.14 | 0.83 | 0.67 |
| Hex | C3 | 66 | F1 | 13 | 3A | 0 | 5 | 118 | 53 | 43 |
| Octal | 303 | 146 | 361 | 23 | 72 | 0 | 5 | 430 | 123 | 103 |
| Binary | 11000011 | 1100110 | 11110001 | 10011 | 111010 | 0 | 101 | 100011000 | 1010011 | 1000011 |
Color Harmonies of #C366F1
Complementary color
Monochromatic Colors of #C366F1
Black with #C366F1
Text Example
Text Example
White with #C366F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366F1; }
p { color: rgb(195,102,241); }
H1.HeaderClassName
{
color: #C366F1;
}
.AnyTagClassName
{
color: #C366F1;
}
</style>
background-color css
<style>
a { background-color: #C366F1; }
a { background-color: rgb(195,102,241); }
div.DivClassName
{
background-color: #C366F1;
}
.BgClassName
{
background-color: #C366F1;
}
</style>
border-color css
<style>
span { border-color: #C366F1; }
span { border-color: rgb(195,102,241); }
td.TdClassName
{
border-color: #C366F1;
}
.TagClassName
{
border-color: #C366F1;
}
</style>