Shades of Heliotrope #C676FB
Tints of Heliotrope #C676FB
RGB
CMYK
RGB Variations
Color information
#C676FB (or 0xC676FB) is known color: Heliotrope. HEX triplet: C6, 76 and FB. RGB value is (198,118,251). Sum of RGB (Red+Green+Blue) = 198+118+251=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C676FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C676FB is #398904. Grayscale: #9C9C9C. Windows color (decimal): -3770629 or 16479942. OLE color: 16479942.
HSL color Cylindrical-coordinate representation of color #C676FB: hue angle of 276.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C676FB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 118 | 251 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.02 |
| HSL | 276.09º | 0.94% | 0.72% | - |
| HSV(B) | 276.09º | 0.53% | 0.98% | - |
| XYZ | 47.18 | 31.93 | 94.94 | - |
| YUV | 157.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 251 | 0.21 | 0.53 | 0 | 0.02 | 276.09 | 0.94 | 0.72 |
| Hex | C6 | 76 | FB | 15 | 35 | 0 | 2 | 114 | 5E | 48 |
| Octal | 306 | 166 | 373 | 25 | 65 | 0 | 2 | 424 | 136 | 110 |
| Binary | 11000110 | 1110110 | 11111011 | 10101 | 110101 | 0 | 10 | 100010100 | 1011110 | 1001000 |
Color Harmonies of #C676FB
Complementary color
Monochromatic Colors of #C676FB
Black with #C676FB
Text Example
Text Example
White with #C676FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676FB; }
p { color: rgb(198,118,251); }
H1.HeaderClassName
{
color: #C676FB;
}
.AnyTagClassName
{
color: #C676FB;
}
</style>
background-color css
<style>
a { background-color: #C676FB; }
a { background-color: rgb(198,118,251); }
div.DivClassName
{
background-color: #C676FB;
}
.BgClassName
{
background-color: #C676FB;
}
</style>
border-color css
<style>
span { border-color: #C676FB; }
span { border-color: rgb(198,118,251); }
td.TdClassName
{
border-color: #C676FB;
}
.TagClassName
{
border-color: #C676FB;
}
</style>