Shades of Heliotrope #C672ED
Tints of Heliotrope #C672ED
RGB
CMYK
RGB Variations
Color information
#C672ED (or 0xC672ED) is known color: Heliotrope. HEX triplet: C6, 72 and ED. RGB value is (198,114,237). Sum of RGB (Red+Green+Blue) = 198+114+237=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C672ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672ED is #398D12. Grayscale: #989898. Windows color (decimal): -3771667 or 15561414. OLE color: 15561414.
HSL color Cylindrical-coordinate representation of color #C672ED: hue angle of 280.98º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C672ED is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 114 | 237 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.07 |
| HSL | 280.98º | 0.77% | 0.69% | - |
| HSV(B) | 280.98º | 0.52% | 0.93% | - |
| XYZ | 44.59 | 30.15 | 83.59 | - |
| YUV | 153.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 237 | 0.16 | 0.52 | 0 | 0.07 | 280.98 | 0.77 | 0.69 |
| Hex | C6 | 72 | ED | 10 | 34 | 0 | 7 | 119 | 4D | 45 |
| Octal | 306 | 162 | 355 | 20 | 64 | 0 | 7 | 431 | 115 | 105 |
| Binary | 11000110 | 1110010 | 11101101 | 10000 | 110100 | 0 | 111 | 100011001 | 1001101 | 1000101 |
Color Harmonies of #C672ED
Complementary color
Monochromatic Colors of #C672ED
Black with #C672ED
Text Example
Text Example
White with #C672ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672ED; }
p { color: rgb(198,114,237); }
H1.HeaderClassName
{
color: #C672ED;
}
.AnyTagClassName
{
color: #C672ED;
}
</style>
background-color css
<style>
a { background-color: #C672ED; }
a { background-color: rgb(198,114,237); }
div.DivClassName
{
background-color: #C672ED;
}
.BgClassName
{
background-color: #C672ED;
}
</style>
border-color css
<style>
span { border-color: #C672ED; }
span { border-color: rgb(198,114,237); }
td.TdClassName
{
border-color: #C672ED;
}
.TagClassName
{
border-color: #C672ED;
}
</style>