Shades of Heliotrope #C263FE
Tints of Heliotrope #C263FE
RGB
CMYK
RGB Variations
Color information
#C263FE (or 0xC263FE) is known color: Heliotrope. HEX triplet: C2, 63 and FE. RGB value is (194,99,254). Sum of RGB (Red+Green+Blue) = 194+99+254=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C263FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263FE is #3D9C01. Grayscale: #909090. Windows color (decimal): -4037634 or 16671682. OLE color: 16671682.
HSL color Cylindrical-coordinate representation of color #C263FE: hue angle of 276.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C263FE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 99 | 254 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.00 |
| HSL | 276.77º | 0.99% | 0.69% | - |
| HSV(B) | 276.77º | 0.61% | 1% | - |
| XYZ | 44.6 | 27.55 | 96.73 | - |
| YUV | 145.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 254 | 0.24 | 0.61 | 0 | 0.00 | 276.77 | 0.99 | 0.69 |
| Hex | C2 | 63 | FE | 18 | 3D | 0 | 0 | 115 | 63 | 45 |
| Octal | 302 | 143 | 376 | 30 | 75 | 0 | 0 | 425 | 143 | 105 |
| Binary | 11000010 | 1100011 | 11111110 | 11000 | 111101 | 0 | 0 | 100010101 | 1100011 | 1000101 |
Color Harmonies of #C263FE
Complementary color
Monochromatic Colors of #C263FE
Black with #C263FE
Text Example
Text Example
White with #C263FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263FE; }
p { color: rgb(194,99,254); }
H1.HeaderClassName
{
color: #C263FE;
}
.AnyTagClassName
{
color: #C263FE;
}
</style>
background-color css
<style>
a { background-color: #C263FE; }
a { background-color: rgb(194,99,254); }
div.DivClassName
{
background-color: #C263FE;
}
.BgClassName
{
background-color: #C263FE;
}
</style>
border-color css
<style>
span { border-color: #C263FE; }
span { border-color: rgb(194,99,254); }
td.TdClassName
{
border-color: #C263FE;
}
.TagClassName
{
border-color: #C263FE;
}
</style>