Shades of Heliotrope #C780F2
Tints of Heliotrope #C780F2
RGB
CMYK
RGB Variations
Color information
#C780F2 (or 0xC780F2) is known color: Heliotrope. HEX triplet: C7, 80 and F2. RGB value is (199,128,242). Sum of RGB (Red+Green+Blue) = 199+128+242=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #C780F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780F2 is #387F0D. Grayscale: #A1A1A1. Windows color (decimal): -3702542 or 15892679. OLE color: 15892679.
HSL color Cylindrical-coordinate representation of color #C780F2: hue angle of 277.37º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C780F2 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 128 | 242 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.05 |
| HSL | 277.37º | 0.81% | 0.73% | - |
| HSV(B) | 277.37º | 0.47% | 0.95% | - |
| XYZ | 47.3 | 33.99 | 88.07 | - |
| YUV | 162.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 242 | 0.18 | 0.47 | 0 | 0.05 | 277.37 | 0.81 | 0.73 |
| Hex | C7 | 80 | F2 | 12 | 2F | 0 | 5 | 115 | 51 | 49 |
| Octal | 307 | 200 | 362 | 22 | 57 | 0 | 5 | 425 | 121 | 111 |
| Binary | 11000111 | 10000000 | 11110010 | 10010 | 101111 | 0 | 101 | 100010101 | 1010001 | 1001001 |
Color Harmonies of #C780F2
Complementary color
Monochromatic Colors of #C780F2
Black with #C780F2
Text Example
Text Example
White with #C780F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780F2; }
p { color: rgb(199,128,242); }
H1.HeaderClassName
{
color: #C780F2;
}
.AnyTagClassName
{
color: #C780F2;
}
</style>
background-color css
<style>
a { background-color: #C780F2; }
a { background-color: rgb(199,128,242); }
div.DivClassName
{
background-color: #C780F2;
}
.BgClassName
{
background-color: #C780F2;
}
</style>
border-color css
<style>
span { border-color: #C780F2; }
span { border-color: rgb(199,128,242); }
td.TdClassName
{
border-color: #C780F2;
}
.TagClassName
{
border-color: #C780F2;
}
</style>