Shades of Heliotrope #C263F8
Tints of Heliotrope #C263F8
RGB
CMYK
RGB Variations
Color information
#C263F8 (or 0xC263F8) is known color: Heliotrope. HEX triplet: C2, 63 and F8. RGB value is (194,99,248). Sum of RGB (Red+Green+Blue) = 194+99+248=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #C263F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263F8 is #3D9C07. Grayscale: #8F8F8F. Windows color (decimal): -4037640 or 16278466. OLE color: 16278466.
HSL color Cylindrical-coordinate representation of color #C263F8: hue angle of 278.26º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C263F8 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 99 | 248 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.03 |
| HSL | 278.26º | 0.91% | 0.68% | - |
| HSV(B) | 278.26º | 0.6% | 0.97% | - |
| XYZ | 43.65 | 27.17 | 91.75 | - |
| YUV | 144.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 248 | 0.22 | 0.60 | 0 | 0.03 | 278.26 | 0.91 | 0.68 |
| Hex | C2 | 63 | F8 | 16 | 3C | 0 | 3 | 116 | 5B | 44 |
| Octal | 302 | 143 | 370 | 26 | 74 | 0 | 3 | 426 | 133 | 104 |
| Binary | 11000010 | 1100011 | 11111000 | 10110 | 111100 | 0 | 11 | 100010110 | 1011011 | 1000100 |
Color Harmonies of #C263F8
Complementary color
Monochromatic Colors of #C263F8
Black with #C263F8
Text Example
Text Example
White with #C263F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263F8; }
p { color: rgb(194,99,248); }
H1.HeaderClassName
{
color: #C263F8;
}
.AnyTagClassName
{
color: #C263F8;
}
</style>
background-color css
<style>
a { background-color: #C263F8; }
a { background-color: rgb(194,99,248); }
div.DivClassName
{
background-color: #C263F8;
}
.BgClassName
{
background-color: #C263F8;
}
</style>
border-color css
<style>
span { border-color: #C263F8; }
span { border-color: rgb(194,99,248); }
td.TdClassName
{
border-color: #C263F8;
}
.TagClassName
{
border-color: #C263F8;
}
</style>