Shades of Heliotrope #C261FE
Tints of Heliotrope #C261FE
RGB
CMYK
RGB Variations
Color information
#C261FE (or 0xC261FE) is known color: Heliotrope. HEX triplet: C2, 61 and FE. RGB value is (194,97,254). Sum of RGB (Red+Green+Blue) = 194+97+254=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #C261FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261FE is #3D9E01. Grayscale: #8F8F8F. Windows color (decimal): -4038146 or 16671170. OLE color: 16671170.
HSL color Cylindrical-coordinate representation of color #C261FE: hue angle of 277.07º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C261FE is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 97 | 254 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.00 |
| HSL | 277.07º | 0.99% | 0.69% | - |
| HSV(B) | 277.07º | 0.62% | 1% | - |
| XYZ | 44.41 | 27.17 | 96.67 | - |
| YUV | 143.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 254 | 0.24 | 0.62 | 0 | 0.00 | 277.07 | 0.99 | 0.69 |
| Hex | C2 | 61 | FE | 18 | 3E | 0 | 0 | 115 | 63 | 45 |
| Octal | 302 | 141 | 376 | 30 | 76 | 0 | 0 | 425 | 143 | 105 |
| Binary | 11000010 | 1100001 | 11111110 | 11000 | 111110 | 0 | 0 | 100010101 | 1100011 | 1000101 |
Color Harmonies of #C261FE
Complementary color
Monochromatic Colors of #C261FE
Black with #C261FE
Text Example
Text Example
White with #C261FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261FE; }
p { color: rgb(194,97,254); }
H1.HeaderClassName
{
color: #C261FE;
}
.AnyTagClassName
{
color: #C261FE;
}
</style>
background-color css
<style>
a { background-color: #C261FE; }
a { background-color: rgb(194,97,254); }
div.DivClassName
{
background-color: #C261FE;
}
.BgClassName
{
background-color: #C261FE;
}
</style>
border-color css
<style>
span { border-color: #C261FE; }
span { border-color: rgb(194,97,254); }
td.TdClassName
{
border-color: #C261FE;
}
.TagClassName
{
border-color: #C261FE;
}
</style>