Shades of Heliotrope #C075EF
Tints of Heliotrope #C075EF
RGB
CMYK
RGB Variations
Color information
#C075EF (or 0xC075EF) is known color: Heliotrope. HEX triplet: C0, 75 and EF. RGB value is (192,117,239). Sum of RGB (Red+Green+Blue) = 192+117+239=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C075EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075EF is #3F8A10. Grayscale: #989898. Windows color (decimal): -4164113 or 15693248. OLE color: 15693248.
HSL color Cylindrical-coordinate representation of color #C075EF: hue angle of 276.89º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C075EF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 117 | 239 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.06 |
| HSL | 276.89º | 0.79% | 0.7% | - |
| HSV(B) | 276.89º | 0.51% | 0.94% | - |
| XYZ | 43.68 | 30.16 | 85.18 | - |
| YUV | 153.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 239 | 0.20 | 0.51 | 0 | 0.06 | 276.89 | 0.79 | 0.7 |
| Hex | C0 | 75 | EF | 14 | 33 | 0 | 6 | 115 | 4F | 46 |
| Octal | 300 | 165 | 357 | 24 | 63 | 0 | 6 | 425 | 117 | 106 |
| Binary | 11000000 | 1110101 | 11101111 | 10100 | 110011 | 0 | 110 | 100010101 | 1001111 | 1000110 |
Color Harmonies of #C075EF
Complementary color
Monochromatic Colors of #C075EF
Black with #C075EF
Text Example
Text Example
White with #C075EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075EF; }
p { color: rgb(192,117,239); }
H1.HeaderClassName
{
color: #C075EF;
}
.AnyTagClassName
{
color: #C075EF;
}
</style>
background-color css
<style>
a { background-color: #C075EF; }
a { background-color: rgb(192,117,239); }
div.DivClassName
{
background-color: #C075EF;
}
.BgClassName
{
background-color: #C075EF;
}
</style>
border-color css
<style>
span { border-color: #C075EF; }
span { border-color: rgb(192,117,239); }
td.TdClassName
{
border-color: #C075EF;
}
.TagClassName
{
border-color: #C075EF;
}
</style>