Shades of Heliotrope #C768EE
Tints of Heliotrope #C768EE
RGB
CMYK
RGB Variations
Color information
#C768EE (or 0xC768EE) is known color: Heliotrope. HEX triplet: C7, 68 and EE. RGB value is (199,104,238). Sum of RGB (Red+Green+Blue) = 199+104+238=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #C768EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768EE is #389711. Grayscale: #939393. Windows color (decimal): -3708690 or 15624391. OLE color: 15624391.
HSL color Cylindrical-coordinate representation of color #C768EE: hue angle of 282.54º degrees, saturation: 0.8, 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 #C768EE is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 104 | 238 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.07 |
| HSL | 282.54º | 0.8% | 0.67% | - |
| HSV(B) | 282.54º | 0.56% | 0.93% | - |
| XYZ | 43.94 | 28.22 | 84.02 | - |
| YUV | 147.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 238 | 0.16 | 0.56 | 0 | 0.07 | 282.54 | 0.8 | 0.67 |
| Hex | C7 | 68 | EE | 10 | 38 | 0 | 7 | 11B | 50 | 43 |
| Octal | 307 | 150 | 356 | 20 | 70 | 0 | 7 | 433 | 120 | 103 |
| Binary | 11000111 | 1101000 | 11101110 | 10000 | 111000 | 0 | 111 | 100011011 | 1010000 | 1000011 |
Color Harmonies of #C768EE
Complementary color
Monochromatic Colors of #C768EE
Black with #C768EE
Text Example
Text Example
White with #C768EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768EE; }
p { color: rgb(199,104,238); }
H1.HeaderClassName
{
color: #C768EE;
}
.AnyTagClassName
{
color: #C768EE;
}
</style>
background-color css
<style>
a { background-color: #C768EE; }
a { background-color: rgb(199,104,238); }
div.DivClassName
{
background-color: #C768EE;
}
.BgClassName
{
background-color: #C768EE;
}
</style>
border-color css
<style>
span { border-color: #C768EE; }
span { border-color: rgb(199,104,238); }
td.TdClassName
{
border-color: #C768EE;
}
.TagClassName
{
border-color: #C768EE;
}
</style>