Shades of Heliotrope #C763FC
Tints of Heliotrope #C763FC
RGB
CMYK
RGB Variations
Color information
#C763FC (or 0xC763FC) is known color: Heliotrope. HEX triplet: C7, 63 and FC. RGB value is (199,99,252). Sum of RGB (Red+Green+Blue) = 199+99+252=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #C763FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C763FC is #389C03. Grayscale: #919191. Windows color (decimal): -3709956 or 16540615. OLE color: 16540615.
HSL color Cylindrical-coordinate representation of color #C763FC: hue angle of 279.22º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C763FC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 99 | 252 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.01 |
| HSL | 279.22º | 0.96% | 0.69% | - |
| HSV(B) | 279.22º | 0.61% | 0.99% | - |
| XYZ | 45.59 | 28.09 | 95.12 | - |
| YUV | 146.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 252 | 0.21 | 0.61 | 0 | 0.01 | 279.22 | 0.96 | 0.69 |
| Hex | C7 | 63 | FC | 15 | 3D | 0 | 1 | 117 | 60 | 45 |
| Octal | 307 | 143 | 374 | 25 | 75 | 0 | 1 | 427 | 140 | 105 |
| Binary | 11000111 | 1100011 | 11111100 | 10101 | 111101 | 0 | 1 | 100010111 | 1100000 | 1000101 |
Color Harmonies of #C763FC
Complementary color
Monochromatic Colors of #C763FC
Black with #C763FC
Text Example
Text Example
White with #C763FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763FC; }
p { color: rgb(199,99,252); }
H1.HeaderClassName
{
color: #C763FC;
}
.AnyTagClassName
{
color: #C763FC;
}
</style>
background-color css
<style>
a { background-color: #C763FC; }
a { background-color: rgb(199,99,252); }
div.DivClassName
{
background-color: #C763FC;
}
.BgClassName
{
background-color: #C763FC;
}
</style>
border-color css
<style>
span { border-color: #C763FC; }
span { border-color: rgb(199,99,252); }
td.TdClassName
{
border-color: #C763FC;
}
.TagClassName
{
border-color: #C763FC;
}
</style>