Shades of Heliotrope #C673ED
Tints of Heliotrope #C673ED
RGB
CMYK
RGB Variations
Color information
#C673ED (or 0xC673ED) is known color: Heliotrope. HEX triplet: C6, 73 and ED. RGB value is (198,115,237). Sum of RGB (Red+Green+Blue) = 198+115+237=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #C673ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673ED is #398C12. Grayscale: #999999. Windows color (decimal): -3771411 or 15561670. OLE color: 15561670.
HSL color Cylindrical-coordinate representation of color #C673ED: hue angle of 280.82º degrees, saturation: 0.77, 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 #C673ED is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 115 | 237 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.07 |
| HSL | 280.82º | 0.77% | 0.69% | - |
| HSV(B) | 280.82º | 0.51% | 0.93% | - |
| XYZ | 44.71 | 30.38 | 83.63 | - |
| YUV | 153.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 237 | 0.16 | 0.51 | 0 | 0.07 | 280.82 | 0.77 | 0.69 |
| Hex | C6 | 73 | ED | 10 | 33 | 0 | 7 | 119 | 4D | 45 |
| Octal | 306 | 163 | 355 | 20 | 63 | 0 | 7 | 431 | 115 | 105 |
| Binary | 11000110 | 1110011 | 11101101 | 10000 | 110011 | 0 | 111 | 100011001 | 1001101 | 1000101 |
Color Harmonies of #C673ED
Complementary color
Monochromatic Colors of #C673ED
Black with #C673ED
Text Example
Text Example
White with #C673ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673ED; }
p { color: rgb(198,115,237); }
H1.HeaderClassName
{
color: #C673ED;
}
.AnyTagClassName
{
color: #C673ED;
}
</style>
background-color css
<style>
a { background-color: #C673ED; }
a { background-color: rgb(198,115,237); }
div.DivClassName
{
background-color: #C673ED;
}
.BgClassName
{
background-color: #C673ED;
}
</style>
border-color css
<style>
span { border-color: #C673ED; }
span { border-color: rgb(198,115,237); }
td.TdClassName
{
border-color: #C673ED;
}
.TagClassName
{
border-color: #C673ED;
}
</style>