Shades of Heliotrope #C075EE
Tints of Heliotrope #C075EE
RGB
CMYK
RGB Variations
Color information
#C075EE (or 0xC075EE) is known color: Heliotrope. HEX triplet: C0, 75 and EE. RGB value is (192,117,238). Sum of RGB (Red+Green+Blue) = 192+117+238=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #C075EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075EE is #3F8A11. Grayscale: #989898. Windows color (decimal): -4164114 or 15627712. OLE color: 15627712.
HSL color Cylindrical-coordinate representation of color #C075EE: hue angle of 277.19º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C075EE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 117 | 238 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.07 |
| HSL | 277.19º | 0.78% | 0.7% | - |
| HSV(B) | 277.19º | 0.51% | 0.93% | - |
| XYZ | 43.53 | 30.1 | 84.4 | - |
| YUV | 153.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 238 | 0.19 | 0.51 | 0 | 0.07 | 277.19 | 0.78 | 0.7 |
| Hex | C0 | 75 | EE | 13 | 33 | 0 | 7 | 115 | 4E | 46 |
| Octal | 300 | 165 | 356 | 23 | 63 | 0 | 7 | 425 | 116 | 106 |
| Binary | 11000000 | 1110101 | 11101110 | 10011 | 110011 | 0 | 111 | 100010101 | 1001110 | 1000110 |
Color Harmonies of #C075EE
Complementary color
Monochromatic Colors of #C075EE
Black with #C075EE
Text Example
Text Example
White with #C075EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075EE; }
p { color: rgb(192,117,238); }
H1.HeaderClassName
{
color: #C075EE;
}
.AnyTagClassName
{
color: #C075EE;
}
</style>
background-color css
<style>
a { background-color: #C075EE; }
a { background-color: rgb(192,117,238); }
div.DivClassName
{
background-color: #C075EE;
}
.BgClassName
{
background-color: #C075EE;
}
</style>
border-color css
<style>
span { border-color: #C075EE; }
span { border-color: rgb(192,117,238); }
td.TdClassName
{
border-color: #C075EE;
}
.TagClassName
{
border-color: #C075EE;
}
</style>