Shades of Heliotrope #C76CF2
Tints of Heliotrope #C76CF2
RGB
CMYK
RGB Variations
Color information
#C76CF2 (or 0xC76CF2) is known color: Heliotrope. HEX triplet: C7, 6C and F2. RGB value is (199,108,242). Sum of RGB (Red+Green+Blue) = 199+108+242=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #C76CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76CF2 is #38930D. Grayscale: #969696. Windows color (decimal): -3707662 or 15887559. OLE color: 15887559.
HSL color Cylindrical-coordinate representation of color #C76CF2: hue angle of 280.75º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76CF2 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 108 | 242 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.05 |
| HSL | 280.75º | 0.84% | 0.69% | - |
| HSV(B) | 280.75º | 0.55% | 0.95% | - |
| XYZ | 44.94 | 29.28 | 87.29 | - |
| YUV | 150.49 | 179.65 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 242 | 0.18 | 0.55 | 0 | 0.05 | 280.75 | 0.84 | 0.69 |
| Hex | C7 | 6C | F2 | 12 | 37 | 0 | 5 | 119 | 54 | 45 |
| Octal | 307 | 154 | 362 | 22 | 67 | 0 | 5 | 431 | 124 | 105 |
| Binary | 11000111 | 1101100 | 11110010 | 10010 | 110111 | 0 | 101 | 100011001 | 1010100 | 1000101 |
Color Harmonies of #C76CF2
Complementary color
Monochromatic Colors of #C76CF2
Black with #C76CF2
Text Example
Text Example
White with #C76CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CF2; }
p { color: rgb(199,108,242); }
H1.HeaderClassName
{
color: #C76CF2;
}
.AnyTagClassName
{
color: #C76CF2;
}
</style>
background-color css
<style>
a { background-color: #C76CF2; }
a { background-color: rgb(199,108,242); }
div.DivClassName
{
background-color: #C76CF2;
}
.BgClassName
{
background-color: #C76CF2;
}
</style>
border-color css
<style>
span { border-color: #C76CF2; }
span { border-color: rgb(199,108,242); }
td.TdClassName
{
border-color: #C76CF2;
}
.TagClassName
{
border-color: #C76CF2;
}
</style>