Shades of Heliotrope #C768EB
Tints of Heliotrope #C768EB
RGB
CMYK
RGB Variations
Color information
#C768EB (or 0xC768EB) is known color: Heliotrope. HEX triplet: C7, 68 and EB. RGB value is (199,104,235). Sum of RGB (Red+Green+Blue) = 199+104+235=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #C768EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768EB is #389714. Grayscale: #929292. Windows color (decimal): -3708693 or 15427783. OLE color: 15427783.
HSL color Cylindrical-coordinate representation of color #C768EB: hue angle of 283.51º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C768EB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 104 | 235 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.08 |
| HSL | 283.51º | 0.77% | 0.66% | - |
| HSV(B) | 283.51º | 0.56% | 0.92% | - |
| XYZ | 43.5 | 28.04 | 81.72 | - |
| YUV | 147.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 235 | 0.15 | 0.56 | 0 | 0.08 | 283.51 | 0.77 | 0.66 |
| Hex | C7 | 68 | EB | F | 38 | 0 | 8 | 11C | 4D | 42 |
| Octal | 307 | 150 | 353 | 17 | 70 | 0 | 10 | 434 | 115 | 102 |
| Binary | 11000111 | 1101000 | 11101011 | 1111 | 111000 | 0 | 1000 | 100011100 | 1001101 | 1000010 |
Color Harmonies of #C768EB
Complementary color
Monochromatic Colors of #C768EB
Black with #C768EB
Text Example
Text Example
White with #C768EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768EB; }
p { color: rgb(199,104,235); }
H1.HeaderClassName
{
color: #C768EB;
}
.AnyTagClassName
{
color: #C768EB;
}
</style>
background-color css
<style>
a { background-color: #C768EB; }
a { background-color: rgb(199,104,235); }
div.DivClassName
{
background-color: #C768EB;
}
.BgClassName
{
background-color: #C768EB;
}
</style>
border-color css
<style>
span { border-color: #C768EB; }
span { border-color: rgb(199,104,235); }
td.TdClassName
{
border-color: #C768EB;
}
.TagClassName
{
border-color: #C768EB;
}
</style>