Shades of Heliotrope #C762FE
Tints of Heliotrope #C762FE
RGB
CMYK
RGB Variations
Color information
#C762FE (or 0xC762FE) is known color: Heliotrope. HEX triplet: C7, 62 and FE. RGB value is (199,98,254). Sum of RGB (Red+Green+Blue) = 199+98+254=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C762FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C762FE is #389D01. Grayscale: #919191. Windows color (decimal): -3710210 or 16671431. OLE color: 16671431.
HSL color Cylindrical-coordinate representation of color #C762FE: hue angle of 278.85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C762FE is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 98 | 254 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.00 |
| HSL | 278.85º | 0.99% | 0.69% | - |
| HSV(B) | 278.85º | 0.61% | 1% | - |
| XYZ | 45.81 | 28.03 | 96.76 | - |
| YUV | 145.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 254 | 0.22 | 0.61 | 0 | 0.00 | 278.85 | 0.99 | 0.69 |
| Hex | C7 | 62 | FE | 16 | 3D | 0 | 0 | 117 | 63 | 45 |
| Octal | 307 | 142 | 376 | 26 | 75 | 0 | 0 | 427 | 143 | 105 |
| Binary | 11000111 | 1100010 | 11111110 | 10110 | 111101 | 0 | 0 | 100010111 | 1100011 | 1000101 |
Color Harmonies of #C762FE
Complementary color
Monochromatic Colors of #C762FE
Black with #C762FE
Text Example
Text Example
White with #C762FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762FE; }
p { color: rgb(199,98,254); }
H1.HeaderClassName
{
color: #C762FE;
}
.AnyTagClassName
{
color: #C762FE;
}
</style>
background-color css
<style>
a { background-color: #C762FE; }
a { background-color: rgb(199,98,254); }
div.DivClassName
{
background-color: #C762FE;
}
.BgClassName
{
background-color: #C762FE;
}
</style>
border-color css
<style>
span { border-color: #C762FE; }
span { border-color: rgb(199,98,254); }
td.TdClassName
{
border-color: #C762FE;
}
.TagClassName
{
border-color: #C762FE;
}
</style>