Shades of Heliotrope #C76BFC
Tints of Heliotrope #C76BFC
RGB
CMYK
RGB Variations
Color information
#C76BFC (or 0xC76BFC) is known color: Heliotrope. HEX triplet: C7, 6B and FC. RGB value is (199,107,252). Sum of RGB (Red+Green+Blue) = 199+107+252=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #C76BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BFC is #389403. Grayscale: #969696. Windows color (decimal): -3707908 or 16542663. OLE color: 16542663.
HSL color Cylindrical-coordinate representation of color #C76BFC: hue angle of 278.07º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76BFC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 107 | 252 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.01 |
| HSL | 278.07º | 0.96% | 0.7% | - |
| HSV(B) | 278.07º | 0.58% | 0.99% | - |
| XYZ | 46.38 | 29.69 | 95.38 | - |
| YUV | 151.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 252 | 0.21 | 0.58 | 0 | 0.01 | 278.07 | 0.96 | 0.7 |
| Hex | C7 | 6B | FC | 15 | 3A | 0 | 1 | 116 | 60 | 46 |
| Octal | 307 | 153 | 374 | 25 | 72 | 0 | 1 | 426 | 140 | 106 |
| Binary | 11000111 | 1101011 | 11111100 | 10101 | 111010 | 0 | 1 | 100010110 | 1100000 | 1000110 |
Color Harmonies of #C76BFC
Complementary color
Monochromatic Colors of #C76BFC
Black with #C76BFC
Text Example
Text Example
White with #C76BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BFC; }
p { color: rgb(199,107,252); }
H1.HeaderClassName
{
color: #C76BFC;
}
.AnyTagClassName
{
color: #C76BFC;
}
</style>
background-color css
<style>
a { background-color: #C76BFC; }
a { background-color: rgb(199,107,252); }
div.DivClassName
{
background-color: #C76BFC;
}
.BgClassName
{
background-color: #C76BFC;
}
</style>
border-color css
<style>
span { border-color: #C76BFC; }
span { border-color: rgb(199,107,252); }
td.TdClassName
{
border-color: #C76BFC;
}
.TagClassName
{
border-color: #C76BFC;
}
</style>