Shades of Heliotrope #C762F0
Tints of Heliotrope #C762F0
RGB
CMYK
RGB Variations
Color information
#C762F0 (or 0xC762F0) is known color: Heliotrope. HEX triplet: C7, 62 and F0. RGB value is (199,98,240). Sum of RGB (Red+Green+Blue) = 199+98+240=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #C762F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C762F0 is #389D0F. Grayscale: #8F8F8F. Windows color (decimal): -3710224 or 15753927. OLE color: 15753927.
HSL color Cylindrical-coordinate representation of color #C762F0: hue angle of 282.68º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C762F0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 98 | 240 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.06 |
| HSL | 282.68º | 0.83% | 0.66% | - |
| HSV(B) | 282.68º | 0.59% | 0.94% | - |
| XYZ | 43.65 | 27.17 | 85.38 | - |
| YUV | 144.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 240 | 0.17 | 0.59 | 0 | 0.06 | 282.68 | 0.83 | 0.66 |
| Hex | C7 | 62 | F0 | 11 | 3B | 0 | 6 | 11B | 53 | 42 |
| Octal | 307 | 142 | 360 | 21 | 73 | 0 | 6 | 433 | 123 | 102 |
| Binary | 11000111 | 1100010 | 11110000 | 10001 | 111011 | 0 | 110 | 100011011 | 1010011 | 1000010 |
Color Harmonies of #C762F0
Complementary color
Monochromatic Colors of #C762F0
Black with #C762F0
Text Example
Text Example
White with #C762F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762F0; }
p { color: rgb(199,98,240); }
H1.HeaderClassName
{
color: #C762F0;
}
.AnyTagClassName
{
color: #C762F0;
}
</style>
background-color css
<style>
a { background-color: #C762F0; }
a { background-color: rgb(199,98,240); }
div.DivClassName
{
background-color: #C762F0;
}
.BgClassName
{
background-color: #C762F0;
}
</style>
border-color css
<style>
span { border-color: #C762F0; }
span { border-color: rgb(199,98,240); }
td.TdClassName
{
border-color: #C762F0;
}
.TagClassName
{
border-color: #C762F0;
}
</style>