Shades of Heliotrope #C263F6
Tints of Heliotrope #C263F6
RGB
CMYK
RGB Variations
Color information
#C263F6 (or 0xC263F6) is known color: Heliotrope. HEX triplet: C2, 63 and F6. RGB value is (194,99,246). Sum of RGB (Red+Green+Blue) = 194+99+246=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #C263F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263F6 is #3D9C09. Grayscale: #8F8F8F. Windows color (decimal): -4037642 or 16147394. OLE color: 16147394.
HSL color Cylindrical-coordinate representation of color #C263F6: hue angle of 278.78º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C263F6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 99 | 246 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.04 |
| HSL | 278.78º | 0.89% | 0.68% | - |
| HSV(B) | 278.78º | 0.6% | 0.96% | - |
| XYZ | 43.34 | 27.05 | 90.12 | - |
| YUV | 144.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 246 | 0.21 | 0.60 | 0 | 0.04 | 278.78 | 0.89 | 0.68 |
| Hex | C2 | 63 | F6 | 15 | 3C | 0 | 4 | 117 | 59 | 44 |
| Octal | 302 | 143 | 366 | 25 | 74 | 0 | 4 | 427 | 131 | 104 |
| Binary | 11000010 | 1100011 | 11110110 | 10101 | 111100 | 0 | 100 | 100010111 | 1011001 | 1000100 |
Color Harmonies of #C263F6
Complementary color
Monochromatic Colors of #C263F6
Black with #C263F6
Text Example
Text Example
White with #C263F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263F6; }
p { color: rgb(194,99,246); }
H1.HeaderClassName
{
color: #C263F6;
}
.AnyTagClassName
{
color: #C263F6;
}
</style>
background-color css
<style>
a { background-color: #C263F6; }
a { background-color: rgb(194,99,246); }
div.DivClassName
{
background-color: #C263F6;
}
.BgClassName
{
background-color: #C263F6;
}
</style>
border-color css
<style>
span { border-color: #C263F6; }
span { border-color: rgb(194,99,246); }
td.TdClassName
{
border-color: #C263F6;
}
.TagClassName
{
border-color: #C263F6;
}
</style>