Shades of Heliotrope #C674EE
Tints of Heliotrope #C674EE
RGB
CMYK
RGB Variations
Color information
#C674EE (or 0xC674EE) is known color: Heliotrope. HEX triplet: C6, 74 and EE. RGB value is (198,116,238). Sum of RGB (Red+Green+Blue) = 198+116+238=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #C674EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674EE is #398B11. Grayscale: #9A9A9A. Windows color (decimal): -3771154 or 15627462. OLE color: 15627462.
HSL color Cylindrical-coordinate representation of color #C674EE: hue angle of 280.33º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C674EE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 116 | 238 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.07 |
| HSL | 280.33º | 0.78% | 0.69% | - |
| HSV(B) | 280.33º | 0.51% | 0.93% | - |
| XYZ | 44.97 | 30.67 | 84.44 | - |
| YUV | 154.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 238 | 0.17 | 0.51 | 0 | 0.07 | 280.33 | 0.78 | 0.69 |
| Hex | C6 | 74 | EE | 11 | 33 | 0 | 7 | 118 | 4E | 45 |
| Octal | 306 | 164 | 356 | 21 | 63 | 0 | 7 | 430 | 116 | 105 |
| Binary | 11000110 | 1110100 | 11101110 | 10001 | 110011 | 0 | 111 | 100011000 | 1001110 | 1000101 |
Color Harmonies of #C674EE
Complementary color
Monochromatic Colors of #C674EE
Black with #C674EE
Text Example
Text Example
White with #C674EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674EE; }
p { color: rgb(198,116,238); }
H1.HeaderClassName
{
color: #C674EE;
}
.AnyTagClassName
{
color: #C674EE;
}
</style>
background-color css
<style>
a { background-color: #C674EE; }
a { background-color: rgb(198,116,238); }
div.DivClassName
{
background-color: #C674EE;
}
.BgClassName
{
background-color: #C674EE;
}
</style>
border-color css
<style>
span { border-color: #C674EE; }
span { border-color: rgb(198,116,238); }
td.TdClassName
{
border-color: #C674EE;
}
.TagClassName
{
border-color: #C674EE;
}
</style>