Shades of Heliotrope #C772ED
Tints of Heliotrope #C772ED
RGB
CMYK
RGB Variations
Color information
#C772ED (or 0xC772ED) is known color: Heliotrope. HEX triplet: C7, 72 and ED. RGB value is (199,114,237). Sum of RGB (Red+Green+Blue) = 199+114+237=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #C772ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C772ED is #388D12. Grayscale: #999999. Windows color (decimal): -3706131 or 15561415. OLE color: 15561415.
HSL color Cylindrical-coordinate representation of color #C772ED: hue angle of 281.46º degrees, saturation: 0.77, 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 #C772ED is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 114 | 237 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.07 |
| HSL | 281.46º | 0.77% | 0.69% | - |
| HSV(B) | 281.46º | 0.52% | 0.93% | - |
| XYZ | 44.86 | 30.29 | 83.6 | - |
| YUV | 153.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 237 | 0.16 | 0.52 | 0 | 0.07 | 281.46 | 0.77 | 0.69 |
| Hex | C7 | 72 | ED | 10 | 34 | 0 | 7 | 119 | 4D | 45 |
| Octal | 307 | 162 | 355 | 20 | 64 | 0 | 7 | 431 | 115 | 105 |
| Binary | 11000111 | 1110010 | 11101101 | 10000 | 110100 | 0 | 111 | 100011001 | 1001101 | 1000101 |
Color Harmonies of #C772ED
Complementary color
Monochromatic Colors of #C772ED
Black with #C772ED
Text Example
Text Example
White with #C772ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772ED; }
p { color: rgb(199,114,237); }
H1.HeaderClassName
{
color: #C772ED;
}
.AnyTagClassName
{
color: #C772ED;
}
</style>
background-color css
<style>
a { background-color: #C772ED; }
a { background-color: rgb(199,114,237); }
div.DivClassName
{
background-color: #C772ED;
}
.BgClassName
{
background-color: #C772ED;
}
</style>
border-color css
<style>
span { border-color: #C772ED; }
span { border-color: rgb(199,114,237); }
td.TdClassName
{
border-color: #C772ED;
}
.TagClassName
{
border-color: #C772ED;
}
</style>