Shades of Heliotrope #C670E8
Tints of Heliotrope #C670E8
RGB
CMYK
RGB Variations
Color information
#C670E8 (or 0xC670E8) is known color: Heliotrope. HEX triplet: C6, 70 and E8. RGB value is (198,112,232). Sum of RGB (Red+Green+Blue) = 198+112+232=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #C670E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670E8 is #398F17. Grayscale: #979797. Windows color (decimal): -3772184 or 15233222. OLE color: 15233222.
HSL color Cylindrical-coordinate representation of color #C670E8: hue angle of 283º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C670E8 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 112 | 232 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.09 |
| HSL | 283º | 0.72% | 0.67% | - |
| HSV(B) | 283º | 0.52% | 0.91% | - |
| XYZ | 43.65 | 29.42 | 79.72 | - |
| YUV | 151.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 232 | 0.15 | 0.52 | 0 | 0.09 | 283 | 0.72 | 0.67 |
| Hex | C6 | 70 | E8 | F | 34 | 0 | 9 | 11B | 48 | 43 |
| Octal | 306 | 160 | 350 | 17 | 64 | 0 | 11 | 433 | 110 | 103 |
| Binary | 11000110 | 1110000 | 11101000 | 1111 | 110100 | 0 | 1001 | 100011011 | 1001000 | 1000011 |
Color Harmonies of #C670E8
Complementary color
Monochromatic Colors of #C670E8
Black with #C670E8
Text Example
Text Example
White with #C670E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670E8; }
p { color: rgb(198,112,232); }
H1.HeaderClassName
{
color: #C670E8;
}
.AnyTagClassName
{
color: #C670E8;
}
</style>
background-color css
<style>
a { background-color: #C670E8; }
a { background-color: rgb(198,112,232); }
div.DivClassName
{
background-color: #C670E8;
}
.BgClassName
{
background-color: #C670E8;
}
</style>
border-color css
<style>
span { border-color: #C670E8; }
span { border-color: rgb(198,112,232); }
td.TdClassName
{
border-color: #C670E8;
}
.TagClassName
{
border-color: #C670E8;
}
</style>