Shades of Heliotrope #C764FF
Tints of Heliotrope #C764FF
RGB
CMYK
RGB Variations
Color information
#C764FF (or 0xC764FF) is known color: Heliotrope. HEX triplet: C7, 64 and FF. RGB value is (199,100,255). Sum of RGB (Red+Green+Blue) = 199+100+255=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C764FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764FF is #389B00. Grayscale: #929292. Windows color (decimal): -3709697 or 16737479. OLE color: 16737479.
HSL color Cylindrical-coordinate representation of color #C764FF: hue angle of 278.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C764FF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 100 | 255 | - |
| CMYK | 0.22 | 0.61 | 0 | 0 |
| HSL | 278.32º | 1% | 0.7% | - |
| HSV(B) | 278.32º | 0.61% | 1% | - |
| XYZ | 46.16 | 28.48 | 97.67 | - |
| YUV | 147.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 255 | 0.22 | 0.61 | 0 | 0 | 278.32 | 1 | 0.7 |
| Hex | C7 | 64 | FF | 16 | 3D | 0 | 0 | 116 | 64 | 46 |
| Octal | 307 | 144 | 377 | 26 | 75 | 0 | 0 | 426 | 144 | 106 |
| Binary | 11000111 | 1100100 | 11111111 | 10110 | 111101 | 0 | 0 | 100010110 | 1100100 | 1000110 |
Color Harmonies of #C764FF
Complementary color
Monochromatic Colors of #C764FF
Black with #C764FF
Text Example
Text Example
White with #C764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764FF; }
p { color: rgb(199,100,255); }
H1.HeaderClassName
{
color: #C764FF;
}
.AnyTagClassName
{
color: #C764FF;
}
</style>
background-color css
<style>
a { background-color: #C764FF; }
a { background-color: rgb(199,100,255); }
div.DivClassName
{
background-color: #C764FF;
}
.BgClassName
{
background-color: #C764FF;
}
</style>
border-color css
<style>
span { border-color: #C764FF; }
span { border-color: rgb(199,100,255); }
td.TdClassName
{
border-color: #C764FF;
}
.TagClassName
{
border-color: #C764FF;
}
</style>