Shades of Heliotrope #C367F1
Tints of Heliotrope #C367F1
RGB
CMYK
RGB Variations
Color information
#C367F1 (or 0xC367F1) is known color: Heliotrope. HEX triplet: C3, 67 and F1. RGB value is (195,103,241). Sum of RGB (Red+Green+Blue) = 195+103+241=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #C367F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C367F1 is #3C980E. Grayscale: #919191. Windows color (decimal): -3971087 or 15820739. OLE color: 15820739.
HSL color Cylindrical-coordinate representation of color #C367F1: hue angle of 280º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C367F1 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 103 | 241 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.05 |
| HSL | 280º | 0.83% | 0.67% | - |
| HSV(B) | 280º | 0.57% | 0.95% | - |
| XYZ | 43.23 | 27.65 | 86.28 | - |
| YUV | 146.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 241 | 0.19 | 0.57 | 0 | 0.05 | 280 | 0.83 | 0.67 |
| Hex | C3 | 67 | F1 | 13 | 39 | 0 | 5 | 118 | 53 | 43 |
| Octal | 303 | 147 | 361 | 23 | 71 | 0 | 5 | 430 | 123 | 103 |
| Binary | 11000011 | 1100111 | 11110001 | 10011 | 111001 | 0 | 101 | 100011000 | 1010011 | 1000011 |
Color Harmonies of #C367F1
Complementary color
Monochromatic Colors of #C367F1
Black with #C367F1
Text Example
Text Example
White with #C367F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367F1; }
p { color: rgb(195,103,241); }
H1.HeaderClassName
{
color: #C367F1;
}
.AnyTagClassName
{
color: #C367F1;
}
</style>
background-color css
<style>
a { background-color: #C367F1; }
a { background-color: rgb(195,103,241); }
div.DivClassName
{
background-color: #C367F1;
}
.BgClassName
{
background-color: #C367F1;
}
</style>
border-color css
<style>
span { border-color: #C367F1; }
span { border-color: rgb(195,103,241); }
td.TdClassName
{
border-color: #C367F1;
}
.TagClassName
{
border-color: #C367F1;
}
</style>