Shades of Heliotrope #C067F1
Tints of Heliotrope #C067F1
RGB
CMYK
RGB Variations
Color information
#C067F1 (or 0xC067F1) is known color: Heliotrope. HEX triplet: C0, 67 and F1. RGB value is (192,103,241). Sum of RGB (Red+Green+Blue) = 192+103+241=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #C067F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067F1 is #3F980E. Grayscale: #909090. Windows color (decimal): -4167695 or 15820736. OLE color: 15820736.
HSL color Cylindrical-coordinate representation of color #C067F1: hue angle of 278.7º 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 #C067F1 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 103 | 241 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.05 |
| HSL | 278.7º | 0.83% | 0.67% | - |
| HSV(B) | 278.7º | 0.57% | 0.95% | - |
| XYZ | 42.47 | 27.26 | 86.24 | - |
| YUV | 145.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 241 | 0.20 | 0.57 | 0 | 0.05 | 278.7 | 0.83 | 0.67 |
| Hex | C0 | 67 | F1 | 14 | 39 | 0 | 5 | 117 | 53 | 43 |
| Octal | 300 | 147 | 361 | 24 | 71 | 0 | 5 | 427 | 123 | 103 |
| Binary | 11000000 | 1100111 | 11110001 | 10100 | 111001 | 0 | 101 | 100010111 | 1010011 | 1000011 |
Color Harmonies of #C067F1
Complementary color
Monochromatic Colors of #C067F1
Black with #C067F1
Text Example
Text Example
White with #C067F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067F1; }
p { color: rgb(192,103,241); }
H1.HeaderClassName
{
color: #C067F1;
}
.AnyTagClassName
{
color: #C067F1;
}
</style>
background-color css
<style>
a { background-color: #C067F1; }
a { background-color: rgb(192,103,241); }
div.DivClassName
{
background-color: #C067F1;
}
.BgClassName
{
background-color: #C067F1;
}
</style>
border-color css
<style>
span { border-color: #C067F1; }
span { border-color: rgb(192,103,241); }
td.TdClassName
{
border-color: #C067F1;
}
.TagClassName
{
border-color: #C067F1;
}
</style>