Shades of Heliotrope #C676FD
Tints of Heliotrope #C676FD
RGB
CMYK
RGB Variations
Color information
#C676FD (or 0xC676FD) is known color: Heliotrope. HEX triplet: C6, 76 and FD. RGB value is (198,118,253). Sum of RGB (Red+Green+Blue) = 198+118+253=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C676FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C676FD is #398902. Grayscale: #9C9C9C. Windows color (decimal): -3770627 or 16611014. OLE color: 16611014.
HSL color Cylindrical-coordinate representation of color #C676FD: hue angle of 275.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C676FD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 118 | 253 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.01 |
| HSL | 275.56º | 0.97% | 0.73% | - |
| HSV(B) | 275.56º | 0.53% | 0.99% | - |
| XYZ | 47.5 | 32.05 | 96.61 | - |
| YUV | 157.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 253 | 0.22 | 0.53 | 0 | 0.01 | 275.56 | 0.97 | 0.73 |
| Hex | C6 | 76 | FD | 16 | 35 | 0 | 1 | 114 | 61 | 49 |
| Octal | 306 | 166 | 375 | 26 | 65 | 0 | 1 | 424 | 141 | 111 |
| Binary | 11000110 | 1110110 | 11111101 | 10110 | 110101 | 0 | 1 | 100010100 | 1100001 | 1001001 |
Color Harmonies of #C676FD
Complementary color
Monochromatic Colors of #C676FD
Black with #C676FD
Text Example
Text Example
White with #C676FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676FD; }
p { color: rgb(198,118,253); }
H1.HeaderClassName
{
color: #C676FD;
}
.AnyTagClassName
{
color: #C676FD;
}
</style>
background-color css
<style>
a { background-color: #C676FD; }
a { background-color: rgb(198,118,253); }
div.DivClassName
{
background-color: #C676FD;
}
.BgClassName
{
background-color: #C676FD;
}
</style>
border-color css
<style>
span { border-color: #C676FD; }
span { border-color: rgb(198,118,253); }
td.TdClassName
{
border-color: #C676FD;
}
.TagClassName
{
border-color: #C676FD;
}
</style>