Shades of Heliotrope #C063FE
Tints of Heliotrope #C063FE
RGB
CMYK
RGB Variations
Color information
#C063FE (or 0xC063FE) is known color: Heliotrope. HEX triplet: C0, 63 and FE. RGB value is (192,99,254). Sum of RGB (Red+Green+Blue) = 192+99+254=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #C063FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063FE is #3F9C01. Grayscale: #8F8F8F. Windows color (decimal): -4168706 or 16671680. OLE color: 16671680.
HSL color Cylindrical-coordinate representation of color #C063FE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C063FE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 99 | 254 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.00 |
| HSL | 276º | 0.99% | 0.69% | - |
| HSV(B) | 276º | 0.61% | 1% | - |
| XYZ | 44.09 | 27.29 | 96.71 | - |
| YUV | 144.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 254 | 0.24 | 0.61 | 0 | 0.00 | 276 | 0.99 | 0.69 |
| Hex | C0 | 63 | FE | 18 | 3D | 0 | 0 | 114 | 63 | 45 |
| Octal | 300 | 143 | 376 | 30 | 75 | 0 | 0 | 424 | 143 | 105 |
| Binary | 11000000 | 1100011 | 11111110 | 11000 | 111101 | 0 | 0 | 100010100 | 1100011 | 1000101 |
Color Harmonies of #C063FE
Complementary color
Monochromatic Colors of #C063FE
Black with #C063FE
Text Example
Text Example
White with #C063FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063FE; }
p { color: rgb(192,99,254); }
H1.HeaderClassName
{
color: #C063FE;
}
.AnyTagClassName
{
color: #C063FE;
}
</style>
background-color css
<style>
a { background-color: #C063FE; }
a { background-color: rgb(192,99,254); }
div.DivClassName
{
background-color: #C063FE;
}
.BgClassName
{
background-color: #C063FE;
}
</style>
border-color css
<style>
span { border-color: #C063FE; }
span { border-color: rgb(192,99,254); }
td.TdClassName
{
border-color: #C063FE;
}
.TagClassName
{
border-color: #C063FE;
}
</style>