Shades of Heliotrope #C775ED
Tints of Heliotrope #C775ED
RGB
CMYK
RGB Variations
Color information
#C775ED (or 0xC775ED) is known color: Heliotrope. HEX triplet: C7, 75 and ED. RGB value is (199,117,237). Sum of RGB (Red+Green+Blue) = 199+117+237=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C775ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775ED is #388A12. Grayscale: #9A9A9A. Windows color (decimal): -3705363 or 15562183. OLE color: 15562183.
HSL color Cylindrical-coordinate representation of color #C775ED: hue angle of 281º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C775ED is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 117 | 237 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.07 |
| HSL | 281º | 0.77% | 0.69% | - |
| HSV(B) | 281º | 0.51% | 0.93% | - |
| XYZ | 45.2 | 30.98 | 83.72 | - |
| YUV | 155.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 237 | 0.16 | 0.51 | 0 | 0.07 | 281 | 0.77 | 0.69 |
| Hex | C7 | 75 | ED | 10 | 33 | 0 | 7 | 119 | 4D | 45 |
| Octal | 307 | 165 | 355 | 20 | 63 | 0 | 7 | 431 | 115 | 105 |
| Binary | 11000111 | 1110101 | 11101101 | 10000 | 110011 | 0 | 111 | 100011001 | 1001101 | 1000101 |
Color Harmonies of #C775ED
Complementary color
Monochromatic Colors of #C775ED
Black with #C775ED
Text Example
Text Example
White with #C775ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775ED; }
p { color: rgb(199,117,237); }
H1.HeaderClassName
{
color: #C775ED;
}
.AnyTagClassName
{
color: #C775ED;
}
</style>
background-color css
<style>
a { background-color: #C775ED; }
a { background-color: rgb(199,117,237); }
div.DivClassName
{
background-color: #C775ED;
}
.BgClassName
{
background-color: #C775ED;
}
</style>
border-color css
<style>
span { border-color: #C775ED; }
span { border-color: rgb(199,117,237); }
td.TdClassName
{
border-color: #C775ED;
}
.TagClassName
{
border-color: #C775ED;
}
</style>