Shades of Heliotrope #C263F9
Tints of Heliotrope #C263F9
RGB
CMYK
RGB Variations
Color information
#C263F9 (or 0xC263F9) is known color: Heliotrope. HEX triplet: C2, 63 and F9. RGB value is (194,99,249). Sum of RGB (Red+Green+Blue) = 194+99+249=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #C263F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263F9 is #3D9C06. Grayscale: #909090. Windows color (decimal): -4037639 or 16344002. OLE color: 16344002.
HSL color Cylindrical-coordinate representation of color #C263F9: hue angle of 278º degrees, saturation: 0.93, 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 #C263F9 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 99 | 249 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 278º | 0.93% | 0.68% | - |
| HSV(B) | 278º | 0.6% | 0.98% | - |
| XYZ | 43.81 | 27.23 | 92.57 | - |
| YUV | 144.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 249 | 0.22 | 0.60 | 0 | 0.02 | 278 | 0.93 | 0.68 |
| Hex | C2 | 63 | F9 | 16 | 3C | 0 | 2 | 116 | 5D | 44 |
| Octal | 302 | 143 | 371 | 26 | 74 | 0 | 2 | 426 | 135 | 104 |
| Binary | 11000010 | 1100011 | 11111001 | 10110 | 111100 | 0 | 10 | 100010110 | 1011101 | 1000100 |
Color Harmonies of #C263F9
Complementary color
Monochromatic Colors of #C263F9
Black with #C263F9
Text Example
Text Example
White with #C263F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263F9; }
p { color: rgb(194,99,249); }
H1.HeaderClassName
{
color: #C263F9;
}
.AnyTagClassName
{
color: #C263F9;
}
</style>
background-color css
<style>
a { background-color: #C263F9; }
a { background-color: rgb(194,99,249); }
div.DivClassName
{
background-color: #C263F9;
}
.BgClassName
{
background-color: #C263F9;
}
</style>
border-color css
<style>
span { border-color: #C263F9; }
span { border-color: rgb(194,99,249); }
td.TdClassName
{
border-color: #C263F9;
}
.TagClassName
{
border-color: #C263F9;
}
</style>