Shades of Heliotrope #C675EE
Tints of Heliotrope #C675EE
RGB
CMYK
RGB Variations
Color information
#C675EE (or 0xC675EE) is known color: Heliotrope. HEX triplet: C6, 75 and EE. RGB value is (198,117,238). Sum of RGB (Red+Green+Blue) = 198+117+238=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #C675EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675EE is #398A11. Grayscale: #9A9A9A. Windows color (decimal): -3770898 or 15627718. OLE color: 15627718.
HSL color Cylindrical-coordinate representation of color #C675EE: hue angle of 280.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C675EE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 117 | 238 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.07 |
| HSL | 280.17º | 0.78% | 0.7% | - |
| HSV(B) | 280.17º | 0.51% | 0.93% | - |
| XYZ | 45.08 | 30.9 | 84.48 | - |
| YUV | 155.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 238 | 0.17 | 0.51 | 0 | 0.07 | 280.17 | 0.78 | 0.7 |
| Hex | C6 | 75 | EE | 11 | 33 | 0 | 7 | 118 | 4E | 46 |
| Octal | 306 | 165 | 356 | 21 | 63 | 0 | 7 | 430 | 116 | 106 |
| Binary | 11000110 | 1110101 | 11101110 | 10001 | 110011 | 0 | 111 | 100011000 | 1001110 | 1000110 |
Color Harmonies of #C675EE
Complementary color
Monochromatic Colors of #C675EE
Black with #C675EE
Text Example
Text Example
White with #C675EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675EE; }
p { color: rgb(198,117,238); }
H1.HeaderClassName
{
color: #C675EE;
}
.AnyTagClassName
{
color: #C675EE;
}
</style>
background-color css
<style>
a { background-color: #C675EE; }
a { background-color: rgb(198,117,238); }
div.DivClassName
{
background-color: #C675EE;
}
.BgClassName
{
background-color: #C675EE;
}
</style>
border-color css
<style>
span { border-color: #C675EE; }
span { border-color: rgb(198,117,238); }
td.TdClassName
{
border-color: #C675EE;
}
.TagClassName
{
border-color: #C675EE;
}
</style>