Shades of Heliotrope #C662F0
Tints of Heliotrope #C662F0
RGB
CMYK
RGB Variations
Color information
#C662F0 (or 0xC662F0) is known color: Heliotrope. HEX triplet: C6, 62 and F0. RGB value is (198,98,240). Sum of RGB (Red+Green+Blue) = 198+98+240=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #C662F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C662F0 is #399D0F. Grayscale: #8F8F8F. Windows color (decimal): -3775760 or 15753926. OLE color: 15753926.
HSL color Cylindrical-coordinate representation of color #C662F0: hue angle of 282.25º 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 #C662F0 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 98 | 240 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.06 |
| HSL | 282.25º | 0.83% | 0.66% | - |
| HSV(B) | 282.25º | 0.59% | 0.94% | - |
| XYZ | 43.38 | 27.03 | 85.37 | - |
| YUV | 144.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 240 | 0.18 | 0.59 | 0 | 0.06 | 282.25 | 0.83 | 0.66 |
| Hex | C6 | 62 | F0 | 12 | 3B | 0 | 6 | 11A | 53 | 42 |
| Octal | 306 | 142 | 360 | 22 | 73 | 0 | 6 | 432 | 123 | 102 |
| Binary | 11000110 | 1100010 | 11110000 | 10010 | 111011 | 0 | 110 | 100011010 | 1010011 | 1000010 |
Color Harmonies of #C662F0
Complementary color
Monochromatic Colors of #C662F0
Black with #C662F0
Text Example
Text Example
White with #C662F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662F0; }
p { color: rgb(198,98,240); }
H1.HeaderClassName
{
color: #C662F0;
}
.AnyTagClassName
{
color: #C662F0;
}
</style>
background-color css
<style>
a { background-color: #C662F0; }
a { background-color: rgb(198,98,240); }
div.DivClassName
{
background-color: #C662F0;
}
.BgClassName
{
background-color: #C662F0;
}
</style>
border-color css
<style>
span { border-color: #C662F0; }
span { border-color: rgb(198,98,240); }
td.TdClassName
{
border-color: #C662F0;
}
.TagClassName
{
border-color: #C662F0;
}
</style>