Shades of Heliotrope #C764EF
Tints of Heliotrope #C764EF
RGB
CMYK
RGB Variations
Color information
#C764EF (or 0xC764EF) is known color: Heliotrope. HEX triplet: C7, 64 and EF. RGB value is (199,100,239). Sum of RGB (Red+Green+Blue) = 199+100+239=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #C764EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764EF is #389B10. Grayscale: #909090. Windows color (decimal): -3709713 or 15688903. OLE color: 15688903.
HSL color Cylindrical-coordinate representation of color #C764EF: hue angle of 282.73º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C764EF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 100 | 239 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.06 |
| HSL | 282.73º | 0.81% | 0.66% | - |
| HSV(B) | 282.73º | 0.58% | 0.94% | - |
| XYZ | 43.69 | 27.49 | 84.66 | - |
| YUV | 145.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 239 | 0.17 | 0.58 | 0 | 0.06 | 282.73 | 0.81 | 0.66 |
| Hex | C7 | 64 | EF | 11 | 3A | 0 | 6 | 11B | 51 | 42 |
| Octal | 307 | 144 | 357 | 21 | 72 | 0 | 6 | 433 | 121 | 102 |
| Binary | 11000111 | 1100100 | 11101111 | 10001 | 111010 | 0 | 110 | 100011011 | 1010001 | 1000010 |
Color Harmonies of #C764EF
Complementary color
Monochromatic Colors of #C764EF
Black with #C764EF
Text Example
Text Example
White with #C764EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764EF; }
p { color: rgb(199,100,239); }
H1.HeaderClassName
{
color: #C764EF;
}
.AnyTagClassName
{
color: #C764EF;
}
</style>
background-color css
<style>
a { background-color: #C764EF; }
a { background-color: rgb(199,100,239); }
div.DivClassName
{
background-color: #C764EF;
}
.BgClassName
{
background-color: #C764EF;
}
</style>
border-color css
<style>
span { border-color: #C764EF; }
span { border-color: rgb(199,100,239); }
td.TdClassName
{
border-color: #C764EF;
}
.TagClassName
{
border-color: #C764EF;
}
</style>