Shades of Heliotrope #C063FD
Tints of Heliotrope #C063FD
RGB
CMYK
RGB Variations
Color information
#C063FD (or 0xC063FD) is known color: Heliotrope. HEX triplet: C0, 63 and FD. RGB value is (192,99,253). Sum of RGB (Red+Green+Blue) = 192+99+253=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C063FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063FD is #3F9C02. Grayscale: #8F8F8F. Windows color (decimal): -4168707 or 16606144. OLE color: 16606144.
HSL color Cylindrical-coordinate representation of color #C063FD: hue angle of 276.23º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C063FD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 99 | 253 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.01 |
| HSL | 276.23º | 0.97% | 0.69% | - |
| HSV(B) | 276.23º | 0.61% | 0.99% | - |
| XYZ | 43.93 | 27.22 | 95.87 | - |
| YUV | 144.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 253 | 0.24 | 0.61 | 0 | 0.01 | 276.23 | 0.97 | 0.69 |
| Hex | C0 | 63 | FD | 18 | 3D | 0 | 1 | 114 | 61 | 45 |
| Octal | 300 | 143 | 375 | 30 | 75 | 0 | 1 | 424 | 141 | 105 |
| Binary | 11000000 | 1100011 | 11111101 | 11000 | 111101 | 0 | 1 | 100010100 | 1100001 | 1000101 |
Color Harmonies of #C063FD
Complementary color
Monochromatic Colors of #C063FD
Black with #C063FD
Text Example
Text Example
White with #C063FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063FD; }
p { color: rgb(192,99,253); }
H1.HeaderClassName
{
color: #C063FD;
}
.AnyTagClassName
{
color: #C063FD;
}
</style>
background-color css
<style>
a { background-color: #C063FD; }
a { background-color: rgb(192,99,253); }
div.DivClassName
{
background-color: #C063FD;
}
.BgClassName
{
background-color: #C063FD;
}
</style>
border-color css
<style>
span { border-color: #C063FD; }
span { border-color: rgb(192,99,253); }
td.TdClassName
{
border-color: #C063FD;
}
.TagClassName
{
border-color: #C063FD;
}
</style>