Shades of Heliotrope #C675F0
Tints of Heliotrope #C675F0
RGB
CMYK
RGB Variations
Color information
#C675F0 (or 0xC675F0) is known color: Heliotrope. HEX triplet: C6, 75 and F0. RGB value is (198,117,240). Sum of RGB (Red+Green+Blue) = 198+117+240=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #C675F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675F0 is #398A0F. Grayscale: #9A9A9A. Windows color (decimal): -3770896 or 15758790. OLE color: 15758790.
HSL color Cylindrical-coordinate representation of color #C675F0: hue angle of 279.51º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C675F0 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 117 | 240 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.06 |
| HSL | 279.51º | 0.8% | 0.7% | - |
| HSV(B) | 279.51º | 0.51% | 0.94% | - |
| XYZ | 45.38 | 31.02 | 86.03 | - |
| YUV | 155.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 240 | 0.18 | 0.51 | 0 | 0.06 | 279.51 | 0.8 | 0.7 |
| Hex | C6 | 75 | F0 | 12 | 33 | 0 | 6 | 118 | 50 | 46 |
| Octal | 306 | 165 | 360 | 22 | 63 | 0 | 6 | 430 | 120 | 106 |
| Binary | 11000110 | 1110101 | 11110000 | 10010 | 110011 | 0 | 110 | 100011000 | 1010000 | 1000110 |
Color Harmonies of #C675F0
Complementary color
Monochromatic Colors of #C675F0
Black with #C675F0
Text Example
Text Example
White with #C675F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675F0; }
p { color: rgb(198,117,240); }
H1.HeaderClassName
{
color: #C675F0;
}
.AnyTagClassName
{
color: #C675F0;
}
</style>
background-color css
<style>
a { background-color: #C675F0; }
a { background-color: rgb(198,117,240); }
div.DivClassName
{
background-color: #C675F0;
}
.BgClassName
{
background-color: #C675F0;
}
</style>
border-color css
<style>
span { border-color: #C675F0; }
span { border-color: rgb(198,117,240); }
td.TdClassName
{
border-color: #C675F0;
}
.TagClassName
{
border-color: #C675F0;
}
</style>