Shades of Heliotrope #C063FA
Tints of Heliotrope #C063FA
RGB
CMYK
RGB Variations
Color information
#C063FA (or 0xC063FA) is known color: Heliotrope. HEX triplet: C0, 63 and FA. RGB value is (192,99,250). Sum of RGB (Red+Green+Blue) = 192+99+250=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #C063FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063FA is #3F9C05. Grayscale: #8F8F8F. Windows color (decimal): -4168710 or 16409536. OLE color: 16409536.
HSL color Cylindrical-coordinate representation of color #C063FA: hue angle of 276.95º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C063FA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 99 | 250 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 276.95º | 0.94% | 0.68% | - |
| HSV(B) | 276.95º | 0.6% | 0.98% | - |
| XYZ | 43.46 | 27.03 | 93.37 | - |
| YUV | 144.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 250 | 0.23 | 0.60 | 0 | 0.02 | 276.95 | 0.94 | 0.68 |
| Hex | C0 | 63 | FA | 17 | 3C | 0 | 2 | 115 | 5E | 44 |
| Octal | 300 | 143 | 372 | 27 | 74 | 0 | 2 | 425 | 136 | 104 |
| Binary | 11000000 | 1100011 | 11111010 | 10111 | 111100 | 0 | 10 | 100010101 | 1011110 | 1000100 |
Color Harmonies of #C063FA
Complementary color
Monochromatic Colors of #C063FA
Black with #C063FA
Text Example
Text Example
White with #C063FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063FA; }
p { color: rgb(192,99,250); }
H1.HeaderClassName
{
color: #C063FA;
}
.AnyTagClassName
{
color: #C063FA;
}
</style>
background-color css
<style>
a { background-color: #C063FA; }
a { background-color: rgb(192,99,250); }
div.DivClassName
{
background-color: #C063FA;
}
.BgClassName
{
background-color: #C063FA;
}
</style>
border-color css
<style>
span { border-color: #C063FA; }
span { border-color: rgb(192,99,250); }
td.TdClassName
{
border-color: #C063FA;
}
.TagClassName
{
border-color: #C063FA;
}
</style>