Shades of Heliotrope #C780EE
Tints of Heliotrope #C780EE
RGB
CMYK
RGB Variations
Color information
#C780EE (or 0xC780EE) is known color: Heliotrope. HEX triplet: C7, 80 and EE. RGB value is (199,128,238). Sum of RGB (Red+Green+Blue) = 199+128+238=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C780EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780EE is #387F11. Grayscale: #A1A1A1. Windows color (decimal): -3702546 or 15630535. OLE color: 15630535.
HSL color Cylindrical-coordinate representation of color #C780EE: hue angle of 278.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C780EE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 128 | 238 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 278.73º | 0.76% | 0.72% | - |
| HSV(B) | 278.73º | 0.46% | 0.93% | - |
| XYZ | 46.7 | 33.75 | 84.94 | - |
| YUV | 161.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 238 | 0.16 | 0.46 | 0 | 0.07 | 278.73 | 0.76 | 0.72 |
| Hex | C7 | 80 | EE | 10 | 2E | 0 | 7 | 117 | 4C | 48 |
| Octal | 307 | 200 | 356 | 20 | 56 | 0 | 7 | 427 | 114 | 110 |
| Binary | 11000111 | 10000000 | 11101110 | 10000 | 101110 | 0 | 111 | 100010111 | 1001100 | 1001000 |
Color Harmonies of #C780EE
Complementary color
Monochromatic Colors of #C780EE
Black with #C780EE
Text Example
Text Example
White with #C780EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780EE; }
p { color: rgb(199,128,238); }
H1.HeaderClassName
{
color: #C780EE;
}
.AnyTagClassName
{
color: #C780EE;
}
</style>
background-color css
<style>
a { background-color: #C780EE; }
a { background-color: rgb(199,128,238); }
div.DivClassName
{
background-color: #C780EE;
}
.BgClassName
{
background-color: #C780EE;
}
</style>
border-color css
<style>
span { border-color: #C780EE; }
span { border-color: rgb(199,128,238); }
td.TdClassName
{
border-color: #C780EE;
}
.TagClassName
{
border-color: #C780EE;
}
</style>