Shades of Heliotrope #C067F4
Tints of Heliotrope #C067F4
RGB
CMYK
RGB Variations
Color information
#C067F4 (or 0xC067F4) is known color: Heliotrope. HEX triplet: C0, 67 and F4. RGB value is (192,103,244). Sum of RGB (Red+Green+Blue) = 192+103+244=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #C067F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067F4 is #3F980B. Grayscale: #919191. Windows color (decimal): -4167692 or 16017344. OLE color: 16017344.
HSL color Cylindrical-coordinate representation of color #C067F4: hue angle of 277.87º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C067F4 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 103 | 244 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.04 |
| HSL | 277.87º | 0.87% | 0.68% | - |
| HSV(B) | 277.87º | 0.58% | 0.96% | - |
| XYZ | 42.92 | 27.44 | 88.62 | - |
| YUV | 145.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 244 | 0.21 | 0.58 | 0 | 0.04 | 277.87 | 0.87 | 0.68 |
| Hex | C0 | 67 | F4 | 15 | 3A | 0 | 4 | 116 | 57 | 44 |
| Octal | 300 | 147 | 364 | 25 | 72 | 0 | 4 | 426 | 127 | 104 |
| Binary | 11000000 | 1100111 | 11110100 | 10101 | 111010 | 0 | 100 | 100010110 | 1010111 | 1000100 |
Color Harmonies of #C067F4
Complementary color
Monochromatic Colors of #C067F4
Black with #C067F4
Text Example
Text Example
White with #C067F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067F4; }
p { color: rgb(192,103,244); }
H1.HeaderClassName
{
color: #C067F4;
}
.AnyTagClassName
{
color: #C067F4;
}
</style>
background-color css
<style>
a { background-color: #C067F4; }
a { background-color: rgb(192,103,244); }
div.DivClassName
{
background-color: #C067F4;
}
.BgClassName
{
background-color: #C067F4;
}
</style>
border-color css
<style>
span { border-color: #C067F4; }
span { border-color: rgb(192,103,244); }
td.TdClassName
{
border-color: #C067F4;
}
.TagClassName
{
border-color: #C067F4;
}
</style>