Shades of Heliotrope #C075F3
Tints of Heliotrope #C075F3
RGB
CMYK
RGB Variations
Color information
#C075F3 (or 0xC075F3) is known color: Heliotrope. HEX triplet: C0, 75 and F3. RGB value is (192,117,243). Sum of RGB (Red+Green+Blue) = 192+117+243=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #C075F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075F3 is #3F8A0C. Grayscale: #999999. Windows color (decimal): -4164109 or 15955392. OLE color: 15955392.
HSL color Cylindrical-coordinate representation of color #C075F3: hue angle of 275.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C075F3 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 117 | 243 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.05 |
| HSL | 275.71º | 0.84% | 0.71% | - |
| HSV(B) | 275.71º | 0.52% | 0.95% | - |
| XYZ | 44.28 | 30.4 | 88.33 | - |
| YUV | 153.79 | 178.35 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 243 | 0.21 | 0.52 | 0 | 0.05 | 275.71 | 0.84 | 0.71 |
| Hex | C0 | 75 | F3 | 15 | 34 | 0 | 5 | 114 | 54 | 47 |
| Octal | 300 | 165 | 363 | 25 | 64 | 0 | 5 | 424 | 124 | 107 |
| Binary | 11000000 | 1110101 | 11110011 | 10101 | 110100 | 0 | 101 | 100010100 | 1010100 | 1000111 |
Color Harmonies of #C075F3
Complementary color
Monochromatic Colors of #C075F3
Black with #C075F3
Text Example
Text Example
White with #C075F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075F3; }
p { color: rgb(192,117,243); }
H1.HeaderClassName
{
color: #C075F3;
}
.AnyTagClassName
{
color: #C075F3;
}
</style>
background-color css
<style>
a { background-color: #C075F3; }
a { background-color: rgb(192,117,243); }
div.DivClassName
{
background-color: #C075F3;
}
.BgClassName
{
background-color: #C075F3;
}
</style>
border-color css
<style>
span { border-color: #C075F3; }
span { border-color: rgb(192,117,243); }
td.TdClassName
{
border-color: #C075F3;
}
.TagClassName
{
border-color: #C075F3;
}
</style>