Shades of Heliotrope #C768ED
Tints of Heliotrope #C768ED
RGB
CMYK
RGB Variations
Color information
#C768ED (or 0xC768ED) is known color: Heliotrope. HEX triplet: C7, 68 and ED. RGB value is (199,104,237). Sum of RGB (Red+Green+Blue) = 199+104+237=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #C768ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768ED is #389712. Grayscale: #939393. Windows color (decimal): -3708691 or 15558855. OLE color: 15558855.
HSL color Cylindrical-coordinate representation of color #C768ED: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C768ED is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 104 | 237 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.07 |
| HSL | 282.86º | 0.79% | 0.67% | - |
| HSV(B) | 282.86º | 0.56% | 0.93% | - |
| XYZ | 43.79 | 28.16 | 83.25 | - |
| YUV | 147.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 237 | 0.16 | 0.56 | 0 | 0.07 | 282.86 | 0.79 | 0.67 |
| Hex | C7 | 68 | ED | 10 | 38 | 0 | 7 | 11B | 4F | 43 |
| Octal | 307 | 150 | 355 | 20 | 70 | 0 | 7 | 433 | 117 | 103 |
| Binary | 11000111 | 1101000 | 11101101 | 10000 | 111000 | 0 | 111 | 100011011 | 1001111 | 1000011 |
Color Harmonies of #C768ED
Complementary color
Monochromatic Colors of #C768ED
Black with #C768ED
Text Example
Text Example
White with #C768ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768ED; }
p { color: rgb(199,104,237); }
H1.HeaderClassName
{
color: #C768ED;
}
.AnyTagClassName
{
color: #C768ED;
}
</style>
background-color css
<style>
a { background-color: #C768ED; }
a { background-color: rgb(199,104,237); }
div.DivClassName
{
background-color: #C768ED;
}
.BgClassName
{
background-color: #C768ED;
}
</style>
border-color css
<style>
span { border-color: #C768ED; }
span { border-color: rgb(199,104,237); }
td.TdClassName
{
border-color: #C768ED;
}
.TagClassName
{
border-color: #C768ED;
}
</style>