Shades of Heliotrope #C761FA
Tints of Heliotrope #C761FA
RGB
CMYK
RGB Variations
Color information
#C761FA (or 0xC761FA) is known color: Heliotrope. HEX triplet: C7, 61 and FA. RGB value is (199,97,250). Sum of RGB (Red+Green+Blue) = 199+97+250=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #C761FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C761FA is #389E05. Grayscale: #909090. Windows color (decimal): -3710470 or 16409031. OLE color: 16409031.
HSL color Cylindrical-coordinate representation of color #C761FA: hue angle of 280º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C761FA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 97 | 250 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.02 |
| HSL | 280º | 0.94% | 0.68% | - |
| HSV(B) | 280º | 0.61% | 0.98% | - |
| XYZ | 45.08 | 27.59 | 93.39 | - |
| YUV | 144.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 250 | 0.20 | 0.61 | 0 | 0.02 | 280 | 0.94 | 0.68 |
| Hex | C7 | 61 | FA | 14 | 3D | 0 | 2 | 118 | 5E | 44 |
| Octal | 307 | 141 | 372 | 24 | 75 | 0 | 2 | 430 | 136 | 104 |
| Binary | 11000111 | 1100001 | 11111010 | 10100 | 111101 | 0 | 10 | 100011000 | 1011110 | 1000100 |
Color Harmonies of #C761FA
Complementary color
Monochromatic Colors of #C761FA
Black with #C761FA
Text Example
Text Example
White with #C761FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C761FA; }
p { color: rgb(199,97,250); }
H1.HeaderClassName
{
color: #C761FA;
}
.AnyTagClassName
{
color: #C761FA;
}
</style>
background-color css
<style>
a { background-color: #C761FA; }
a { background-color: rgb(199,97,250); }
div.DivClassName
{
background-color: #C761FA;
}
.BgClassName
{
background-color: #C761FA;
}
</style>
border-color css
<style>
span { border-color: #C761FA; }
span { border-color: rgb(199,97,250); }
td.TdClassName
{
border-color: #C761FA;
}
.TagClassName
{
border-color: #C761FA;
}
</style>