Shades of Heliotrope #C463FB
Tints of Heliotrope #C463FB
RGB
CMYK
RGB Variations
Color information
#C463FB (or 0xC463FB) is known color: Heliotrope. HEX triplet: C4, 63 and FB. RGB value is (196,99,251). Sum of RGB (Red+Green+Blue) = 196+99+251=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #C463FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463FB is #3B9C04. Grayscale: #909090. Windows color (decimal): -3906565 or 16475076. OLE color: 16475076.
HSL color Cylindrical-coordinate representation of color #C463FB: hue angle of 278.29º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C463FB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 99 | 251 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.02 |
| HSL | 278.29º | 0.95% | 0.69% | - |
| HSV(B) | 278.29º | 0.61% | 0.98% | - |
| XYZ | 44.64 | 27.62 | 94.25 | - |
| YUV | 145.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 251 | 0.22 | 0.61 | 0 | 0.02 | 278.29 | 0.95 | 0.69 |
| Hex | C4 | 63 | FB | 16 | 3D | 0 | 2 | 116 | 5F | 45 |
| Octal | 304 | 143 | 373 | 26 | 75 | 0 | 2 | 426 | 137 | 105 |
| Binary | 11000100 | 1100011 | 11111011 | 10110 | 111101 | 0 | 10 | 100010110 | 1011111 | 1000101 |
Color Harmonies of #C463FB
Complementary color
Monochromatic Colors of #C463FB
Black with #C463FB
Text Example
Text Example
White with #C463FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463FB; }
p { color: rgb(196,99,251); }
H1.HeaderClassName
{
color: #C463FB;
}
.AnyTagClassName
{
color: #C463FB;
}
</style>
background-color css
<style>
a { background-color: #C463FB; }
a { background-color: rgb(196,99,251); }
div.DivClassName
{
background-color: #C463FB;
}
.BgClassName
{
background-color: #C463FB;
}
</style>
border-color css
<style>
span { border-color: #C463FB; }
span { border-color: rgb(196,99,251); }
td.TdClassName
{
border-color: #C463FB;
}
.TagClassName
{
border-color: #C463FB;
}
</style>