Shades of Heliotrope #C76BF3
Tints of Heliotrope #C76BF3
RGB
CMYK
RGB Variations
Color information
#C76BF3 (or 0xC76BF3) is known color: Heliotrope. HEX triplet: C7, 6B and F3. RGB value is (199,107,243). Sum of RGB (Red+Green+Blue) = 199+107+243=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #C76BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BF3 is #38940C. Grayscale: #959595. Windows color (decimal): -3707917 or 15952839. OLE color: 15952839.
HSL color Cylindrical-coordinate representation of color #C76BF3: hue angle of 280.59º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76BF3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 107 | 243 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.05 |
| HSL | 280.59º | 0.85% | 0.69% | - |
| HSV(B) | 280.59º | 0.56% | 0.95% | - |
| XYZ | 44.99 | 29.13 | 88.05 | - |
| YUV | 150.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 243 | 0.18 | 0.56 | 0 | 0.05 | 280.59 | 0.85 | 0.69 |
| Hex | C7 | 6B | F3 | 12 | 38 | 0 | 5 | 119 | 55 | 45 |
| Octal | 307 | 153 | 363 | 22 | 70 | 0 | 5 | 431 | 125 | 105 |
| Binary | 11000111 | 1101011 | 11110011 | 10010 | 111000 | 0 | 101 | 100011001 | 1010101 | 1000101 |
Color Harmonies of #C76BF3
Complementary color
Monochromatic Colors of #C76BF3
Black with #C76BF3
Text Example
Text Example
White with #C76BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BF3; }
p { color: rgb(199,107,243); }
H1.HeaderClassName
{
color: #C76BF3;
}
.AnyTagClassName
{
color: #C76BF3;
}
</style>
background-color css
<style>
a { background-color: #C76BF3; }
a { background-color: rgb(199,107,243); }
div.DivClassName
{
background-color: #C76BF3;
}
.BgClassName
{
background-color: #C76BF3;
}
</style>
border-color css
<style>
span { border-color: #C76BF3; }
span { border-color: rgb(199,107,243); }
td.TdClassName
{
border-color: #C76BF3;
}
.TagClassName
{
border-color: #C76BF3;
}
</style>