Shades of Heliotrope #C675EB
Tints of Heliotrope #C675EB
RGB
CMYK
RGB Variations
Color information
#C675EB (or 0xC675EB) is known color: Heliotrope. HEX triplet: C6, 75 and EB. RGB value is (198,117,235). Sum of RGB (Red+Green+Blue) = 198+117+235=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #C675EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675EB is #398A14. Grayscale: #9A9A9A. Windows color (decimal): -3770901 or 15431110. OLE color: 15431110.
HSL color Cylindrical-coordinate representation of color #C675EB: hue angle of 281.19º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C675EB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 117 | 235 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.08 |
| HSL | 281.19º | 0.75% | 0.69% | - |
| HSV(B) | 281.19º | 0.5% | 0.92% | - |
| XYZ | 44.65 | 30.73 | 82.18 | - |
| YUV | 154.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 235 | 0.16 | 0.50 | 0 | 0.08 | 281.19 | 0.75 | 0.69 |
| Hex | C6 | 75 | EB | 10 | 32 | 0 | 8 | 119 | 4B | 45 |
| Octal | 306 | 165 | 353 | 20 | 62 | 0 | 10 | 431 | 113 | 105 |
| Binary | 11000110 | 1110101 | 11101011 | 10000 | 110010 | 0 | 1000 | 100011001 | 1001011 | 1000101 |
Color Harmonies of #C675EB
Complementary color
Monochromatic Colors of #C675EB
Black with #C675EB
Text Example
Text Example
White with #C675EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675EB; }
p { color: rgb(198,117,235); }
H1.HeaderClassName
{
color: #C675EB;
}
.AnyTagClassName
{
color: #C675EB;
}
</style>
background-color css
<style>
a { background-color: #C675EB; }
a { background-color: rgb(198,117,235); }
div.DivClassName
{
background-color: #C675EB;
}
.BgClassName
{
background-color: #C675EB;
}
</style>
border-color css
<style>
span { border-color: #C675EB; }
span { border-color: rgb(198,117,235); }
td.TdClassName
{
border-color: #C675EB;
}
.TagClassName
{
border-color: #C675EB;
}
</style>