Shades of Heliotrope #C761FE
Tints of Heliotrope #C761FE
RGB
CMYK
RGB Variations
Color information
#C761FE (or 0xC761FE) is known color: Heliotrope. HEX triplet: C7, 61 and FE. RGB value is (199,97,254). Sum of RGB (Red+Green+Blue) = 199+97+254=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #C761FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C761FE is #389E01. Grayscale: #909090. Windows color (decimal): -3710466 or 16671175. OLE color: 16671175.
HSL color Cylindrical-coordinate representation of color #C761FE: hue angle of 278.98º 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 #C761FE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 97 | 254 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.00 |
| HSL | 278.98º | 0.99% | 0.69% | - |
| HSV(B) | 278.98º | 0.62% | 1% | - |
| XYZ | 45.72 | 27.85 | 96.73 | - |
| YUV | 145.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 254 | 0.22 | 0.62 | 0 | 0.00 | 278.98 | 0.99 | 0.69 |
| Hex | C7 | 61 | FE | 16 | 3E | 0 | 0 | 117 | 63 | 45 |
| Octal | 307 | 141 | 376 | 26 | 76 | 0 | 0 | 427 | 143 | 105 |
| Binary | 11000111 | 1100001 | 11111110 | 10110 | 111110 | 0 | 0 | 100010111 | 1100011 | 1000101 |
Color Harmonies of #C761FE
Complementary color
Monochromatic Colors of #C761FE
Black with #C761FE
Text Example
Text Example
White with #C761FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C761FE; }
p { color: rgb(199,97,254); }
H1.HeaderClassName
{
color: #C761FE;
}
.AnyTagClassName
{
color: #C761FE;
}
</style>
background-color css
<style>
a { background-color: #C761FE; }
a { background-color: rgb(199,97,254); }
div.DivClassName
{
background-color: #C761FE;
}
.BgClassName
{
background-color: #C761FE;
}
</style>
border-color css
<style>
span { border-color: #C761FE; }
span { border-color: rgb(199,97,254); }
td.TdClassName
{
border-color: #C761FE;
}
.TagClassName
{
border-color: #C761FE;
}
</style>