Shades of Heliotrope #C261FF
Tints of Heliotrope #C261FF
RGB
CMYK
RGB Variations
Color information
#C261FF (or 0xC261FF) is known color: Heliotrope. HEX triplet: C2, 61 and FF. RGB value is (194,97,255). Sum of RGB (Red+Green+Blue) = 194+97+255=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C261FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261FF is #3D9E00. Grayscale: #8F8F8F. Windows color (decimal): -4038145 or 16736706. OLE color: 16736706.
HSL color Cylindrical-coordinate representation of color #C261FF: hue angle of 276.84º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C261FF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 97 | 255 | - |
| CMYK | 0.24 | 0.62 | 0 | 0 |
| HSL | 276.84º | 1% | 0.69% | - |
| HSV(B) | 276.84º | 0.62% | 1% | - |
| XYZ | 44.57 | 27.24 | 97.52 | - |
| YUV | 144.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 255 | 0.24 | 0.62 | 0 | 0 | 276.84 | 1 | 0.69 |
| Hex | C2 | 61 | FF | 18 | 3E | 0 | 0 | 115 | 64 | 45 |
| Octal | 302 | 141 | 377 | 30 | 76 | 0 | 0 | 425 | 144 | 105 |
| Binary | 11000010 | 1100001 | 11111111 | 11000 | 111110 | 0 | 0 | 100010101 | 1100100 | 1000101 |
Color Harmonies of #C261FF
Complementary color
Monochromatic Colors of #C261FF
Black with #C261FF
Text Example
Text Example
White with #C261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261FF; }
p { color: rgb(194,97,255); }
H1.HeaderClassName
{
color: #C261FF;
}
.AnyTagClassName
{
color: #C261FF;
}
</style>
background-color css
<style>
a { background-color: #C261FF; }
a { background-color: rgb(194,97,255); }
div.DivClassName
{
background-color: #C261FF;
}
.BgClassName
{
background-color: #C261FF;
}
</style>
border-color css
<style>
span { border-color: #C261FF; }
span { border-color: rgb(194,97,255); }
td.TdClassName
{
border-color: #C261FF;
}
.TagClassName
{
border-color: #C261FF;
}
</style>