Shades of Heliotrope #C263FA
Tints of Heliotrope #C263FA
RGB
CMYK
RGB Variations
Color information
#C263FA (or 0xC263FA) is known color: Heliotrope. HEX triplet: C2, 63 and FA. RGB value is (194,99,250). Sum of RGB (Red+Green+Blue) = 194+99+250=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C263FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263FA is #3D9C05. Grayscale: #909090. Windows color (decimal): -4037638 or 16409538. OLE color: 16409538.
HSL color Cylindrical-coordinate representation of color #C263FA: hue angle of 277.75º 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 #C263FA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 99 | 250 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 277.75º | 0.94% | 0.68% | - |
| HSV(B) | 277.75º | 0.6% | 0.98% | - |
| XYZ | 43.97 | 27.3 | 93.39 | - |
| YUV | 144.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 250 | 0.22 | 0.60 | 0 | 0.02 | 277.75 | 0.94 | 0.68 |
| Hex | C2 | 63 | FA | 16 | 3C | 0 | 2 | 116 | 5E | 44 |
| Octal | 302 | 143 | 372 | 26 | 74 | 0 | 2 | 426 | 136 | 104 |
| Binary | 11000010 | 1100011 | 11111010 | 10110 | 111100 | 0 | 10 | 100010110 | 1011110 | 1000100 |
Color Harmonies of #C263FA
Complementary color
Monochromatic Colors of #C263FA
Black with #C263FA
Text Example
Text Example
White with #C263FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263FA; }
p { color: rgb(194,99,250); }
H1.HeaderClassName
{
color: #C263FA;
}
.AnyTagClassName
{
color: #C263FA;
}
</style>
background-color css
<style>
a { background-color: #C263FA; }
a { background-color: rgb(194,99,250); }
div.DivClassName
{
background-color: #C263FA;
}
.BgClassName
{
background-color: #C263FA;
}
</style>
border-color css
<style>
span { border-color: #C263FA; }
span { border-color: rgb(194,99,250); }
td.TdClassName
{
border-color: #C263FA;
}
.TagClassName
{
border-color: #C263FA;
}
</style>