Shades of Heliotrope #C075EA
Tints of Heliotrope #C075EA
RGB
CMYK
RGB Variations
Color information
#C075EA (or 0xC075EA) is known color: Heliotrope. HEX triplet: C0, 75 and EA. RGB value is (192,117,234). Sum of RGB (Red+Green+Blue) = 192+117+234=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #C075EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075EA is #3F8A15. Grayscale: #989898. Windows color (decimal): -4164118 or 15365568. OLE color: 15365568.
HSL color Cylindrical-coordinate representation of color #C075EA: hue angle of 278.46º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C075EA is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 117 | 234 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.08 |
| HSL | 278.46º | 0.74% | 0.69% | - |
| HSV(B) | 278.46º | 0.5% | 0.92% | - |
| XYZ | 42.95 | 29.87 | 81.34 | - |
| YUV | 152.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 234 | 0.18 | 0.5 | 0 | 0.08 | 278.46 | 0.74 | 0.69 |
| Hex | C0 | 75 | EA | 12 | 32 | 0 | 8 | 116 | 4A | 45 |
| Octal | 300 | 165 | 352 | 22 | 62 | 0 | 10 | 426 | 112 | 105 |
| Binary | 11000000 | 1110101 | 11101010 | 10010 | 110010 | 0 | 1000 | 100010110 | 1001010 | 1000101 |
Color Harmonies of #C075EA
Complementary color
Monochromatic Colors of #C075EA
Black with #C075EA
Text Example
Text Example
White with #C075EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075EA; }
p { color: rgb(192,117,234); }
H1.HeaderClassName
{
color: #C075EA;
}
.AnyTagClassName
{
color: #C075EA;
}
</style>
background-color css
<style>
a { background-color: #C075EA; }
a { background-color: rgb(192,117,234); }
div.DivClassName
{
background-color: #C075EA;
}
.BgClassName
{
background-color: #C075EA;
}
</style>
border-color css
<style>
span { border-color: #C075EA; }
span { border-color: rgb(192,117,234); }
td.TdClassName
{
border-color: #C075EA;
}
.TagClassName
{
border-color: #C075EA;
}
</style>