Shades of Heliotrope #C075FC
Tints of Heliotrope #C075FC
RGB
CMYK
RGB Variations
Color information
#C075FC (or 0xC075FC) is known color: Heliotrope. HEX triplet: C0, 75 and FC. RGB value is (192,117,252). Sum of RGB (Red+Green+Blue) = 192+117+252=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #C075FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075FC is #3F8A03. Grayscale: #9A9A9A. Windows color (decimal): -4164100 or 16545216. OLE color: 16545216.
HSL color Cylindrical-coordinate representation of color #C075FC: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C075FC is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 117 | 252 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.01 |
| HSL | 273.33º | 0.96% | 0.72% | - |
| HSV(B) | 273.33º | 0.54% | 0.99% | - |
| XYZ | 45.67 | 30.96 | 95.66 | - |
| YUV | 154.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 252 | 0.24 | 0.54 | 0 | 0.01 | 273.33 | 0.96 | 0.72 |
| Hex | C0 | 75 | FC | 18 | 36 | 0 | 1 | 111 | 60 | 48 |
| Octal | 300 | 165 | 374 | 30 | 66 | 0 | 1 | 421 | 140 | 110 |
| Binary | 11000000 | 1110101 | 11111100 | 11000 | 110110 | 0 | 1 | 100010001 | 1100000 | 1001000 |
Color Harmonies of #C075FC
Complementary color
Monochromatic Colors of #C075FC
Black with #C075FC
Text Example
Text Example
White with #C075FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075FC; }
p { color: rgb(192,117,252); }
H1.HeaderClassName
{
color: #C075FC;
}
.AnyTagClassName
{
color: #C075FC;
}
</style>
background-color css
<style>
a { background-color: #C075FC; }
a { background-color: rgb(192,117,252); }
div.DivClassName
{
background-color: #C075FC;
}
.BgClassName
{
background-color: #C075FC;
}
</style>
border-color css
<style>
span { border-color: #C075FC; }
span { border-color: rgb(192,117,252); }
td.TdClassName
{
border-color: #C075FC;
}
.TagClassName
{
border-color: #C075FC;
}
</style>