Shades of Heliotrope #C772EE
Tints of Heliotrope #C772EE
RGB
CMYK
RGB Variations
Color information
#C772EE (or 0xC772EE) is known color: Heliotrope. HEX triplet: C7, 72 and EE. RGB value is (199,114,238). Sum of RGB (Red+Green+Blue) = 199+114+238=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #C772EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772EE is #388D11. Grayscale: #999999. Windows color (decimal): -3706130 or 15626951. OLE color: 15626951.
HSL color Cylindrical-coordinate representation of color #C772EE: hue angle of 281.13º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C772EE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 114 | 238 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.07 |
| HSL | 281.13º | 0.78% | 0.69% | - |
| HSV(B) | 281.13º | 0.52% | 0.93% | - |
| XYZ | 45 | 30.35 | 84.38 | - |
| YUV | 153.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 238 | 0.16 | 0.52 | 0 | 0.07 | 281.13 | 0.78 | 0.69 |
| Hex | C7 | 72 | EE | 10 | 34 | 0 | 7 | 119 | 4E | 45 |
| Octal | 307 | 162 | 356 | 20 | 64 | 0 | 7 | 431 | 116 | 105 |
| Binary | 11000111 | 1110010 | 11101110 | 10000 | 110100 | 0 | 111 | 100011001 | 1001110 | 1000101 |
Color Harmonies of #C772EE
Complementary color
Monochromatic Colors of #C772EE
Black with #C772EE
Text Example
Text Example
White with #C772EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772EE; }
p { color: rgb(199,114,238); }
H1.HeaderClassName
{
color: #C772EE;
}
.AnyTagClassName
{
color: #C772EE;
}
</style>
background-color css
<style>
a { background-color: #C772EE; }
a { background-color: rgb(199,114,238); }
div.DivClassName
{
background-color: #C772EE;
}
.BgClassName
{
background-color: #C772EE;
}
</style>
border-color css
<style>
span { border-color: #C772EE; }
span { border-color: rgb(199,114,238); }
td.TdClassName
{
border-color: #C772EE;
}
.TagClassName
{
border-color: #C772EE;
}
</style>