Shades of Heliotrope #C769EB
Tints of Heliotrope #C769EB
RGB
CMYK
RGB Variations
Color information
#C769EB (or 0xC769EB) is known color: Heliotrope. HEX triplet: C7, 69 and EB. RGB value is (199,105,235). Sum of RGB (Red+Green+Blue) = 199+105+235=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #C769EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C769EB is #389614. Grayscale: #939393. Windows color (decimal): -3708437 or 15428039. OLE color: 15428039.
HSL color Cylindrical-coordinate representation of color #C769EB: hue angle of 283.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C769EB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 105 | 235 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.08 |
| HSL | 283.38º | 0.76% | 0.67% | - |
| HSV(B) | 283.38º | 0.55% | 0.92% | - |
| XYZ | 43.6 | 28.24 | 81.75 | - |
| YUV | 147.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 235 | 0.15 | 0.55 | 0 | 0.08 | 283.38 | 0.76 | 0.67 |
| Hex | C7 | 69 | EB | F | 37 | 0 | 8 | 11B | 4C | 43 |
| Octal | 307 | 151 | 353 | 17 | 67 | 0 | 10 | 433 | 114 | 103 |
| Binary | 11000111 | 1101001 | 11101011 | 1111 | 110111 | 0 | 1000 | 100011011 | 1001100 | 1000011 |
Color Harmonies of #C769EB
Complementary color
Monochromatic Colors of #C769EB
Black with #C769EB
Text Example
Text Example
White with #C769EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769EB; }
p { color: rgb(199,105,235); }
H1.HeaderClassName
{
color: #C769EB;
}
.AnyTagClassName
{
color: #C769EB;
}
</style>
background-color css
<style>
a { background-color: #C769EB; }
a { background-color: rgb(199,105,235); }
div.DivClassName
{
background-color: #C769EB;
}
.BgClassName
{
background-color: #C769EB;
}
</style>
border-color css
<style>
span { border-color: #C769EB; }
span { border-color: rgb(199,105,235); }
td.TdClassName
{
border-color: #C769EB;
}
.TagClassName
{
border-color: #C769EB;
}
</style>