Shades of Heliotrope #C261FC
Tints of Heliotrope #C261FC
RGB
CMYK
RGB Variations
Color information
#C261FC (or 0xC261FC) is known color: Heliotrope. HEX triplet: C2, 61 and FC. RGB value is (194,97,252). Sum of RGB (Red+Green+Blue) = 194+97+252=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C261FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261FC is #3D9E03. Grayscale: #8F8F8F. Windows color (decimal): -4038148 or 16540098. OLE color: 16540098.
HSL color Cylindrical-coordinate representation of color #C261FC: hue angle of 277.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C261FC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 97 | 252 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.01 |
| HSL | 277.55º | 0.96% | 0.68% | - |
| HSV(B) | 277.55º | 0.62% | 0.99% | - |
| XYZ | 44.09 | 27.05 | 94.99 | - |
| YUV | 143.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 252 | 0.23 | 0.62 | 0 | 0.01 | 277.55 | 0.96 | 0.68 |
| Hex | C2 | 61 | FC | 17 | 3E | 0 | 1 | 116 | 60 | 44 |
| Octal | 302 | 141 | 374 | 27 | 76 | 0 | 1 | 426 | 140 | 104 |
| Binary | 11000010 | 1100001 | 11111100 | 10111 | 111110 | 0 | 1 | 100010110 | 1100000 | 1000100 |
Color Harmonies of #C261FC
Complementary color
Monochromatic Colors of #C261FC
Black with #C261FC
Text Example
Text Example
White with #C261FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261FC; }
p { color: rgb(194,97,252); }
H1.HeaderClassName
{
color: #C261FC;
}
.AnyTagClassName
{
color: #C261FC;
}
</style>
background-color css
<style>
a { background-color: #C261FC; }
a { background-color: rgb(194,97,252); }
div.DivClassName
{
background-color: #C261FC;
}
.BgClassName
{
background-color: #C261FC;
}
</style>
border-color css
<style>
span { border-color: #C261FC; }
span { border-color: rgb(194,97,252); }
td.TdClassName
{
border-color: #C261FC;
}
.TagClassName
{
border-color: #C261FC;
}
</style>