Shades of Heliotrope #C263FB
Tints of Heliotrope #C263FB
RGB
CMYK
RGB Variations
Color information
#C263FB (or 0xC263FB) is known color: Heliotrope. HEX triplet: C2, 63 and FB. RGB value is (194,99,251). Sum of RGB (Red+Green+Blue) = 194+99+251=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #C263FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263FB is #3D9C04. Grayscale: #909090. Windows color (decimal): -4037637 or 16475074. OLE color: 16475074.
HSL color Cylindrical-coordinate representation of color #C263FB: hue angle of 277.5º 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 #C263FB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 99 | 251 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.02 |
| HSL | 277.5º | 0.95% | 0.69% | - |
| HSV(B) | 277.5º | 0.61% | 0.98% | - |
| XYZ | 44.12 | 27.36 | 94.22 | - |
| YUV | 144.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 251 | 0.23 | 0.61 | 0 | 0.02 | 277.5 | 0.95 | 0.69 |
| Hex | C2 | 63 | FB | 17 | 3D | 0 | 2 | 116 | 5F | 45 |
| Octal | 302 | 143 | 373 | 27 | 75 | 0 | 2 | 426 | 137 | 105 |
| Binary | 11000010 | 1100011 | 11111011 | 10111 | 111101 | 0 | 10 | 100010110 | 1011111 | 1000101 |
Color Harmonies of #C263FB
Complementary color
Monochromatic Colors of #C263FB
Black with #C263FB
Text Example
Text Example
White with #C263FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263FB; }
p { color: rgb(194,99,251); }
H1.HeaderClassName
{
color: #C263FB;
}
.AnyTagClassName
{
color: #C263FB;
}
</style>
background-color css
<style>
a { background-color: #C263FB; }
a { background-color: rgb(194,99,251); }
div.DivClassName
{
background-color: #C263FB;
}
.BgClassName
{
background-color: #C263FB;
}
</style>
border-color css
<style>
span { border-color: #C263FB; }
span { border-color: rgb(194,99,251); }
td.TdClassName
{
border-color: #C263FB;
}
.TagClassName
{
border-color: #C263FB;
}
</style>