Shades of Heliotrope #C765FA
Tints of Heliotrope #C765FA
RGB
CMYK
RGB Variations
Color information
#C765FA (or 0xC765FA) is known color: Heliotrope. HEX triplet: C7, 65 and FA. RGB value is (199,101,250). Sum of RGB (Red+Green+Blue) = 199+101+250=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #C765FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C765FA is #389A05. Grayscale: #929292. Windows color (decimal): -3709446 or 16410055. OLE color: 16410055.
HSL color Cylindrical-coordinate representation of color #C765FA: hue angle of 279.46º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C765FA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 101 | 250 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.02 |
| HSL | 279.46º | 0.94% | 0.69% | - |
| HSV(B) | 279.46º | 0.6% | 0.98% | - |
| XYZ | 45.46 | 28.35 | 93.52 | - |
| YUV | 147.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 250 | 0.20 | 0.60 | 0 | 0.02 | 279.46 | 0.94 | 0.69 |
| Hex | C7 | 65 | FA | 14 | 3C | 0 | 2 | 117 | 5E | 45 |
| Octal | 307 | 145 | 372 | 24 | 74 | 0 | 2 | 427 | 136 | 105 |
| Binary | 11000111 | 1100101 | 11111010 | 10100 | 111100 | 0 | 10 | 100010111 | 1011110 | 1000101 |
Color Harmonies of #C765FA
Complementary color
Monochromatic Colors of #C765FA
Black with #C765FA
Text Example
Text Example
White with #C765FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765FA; }
p { color: rgb(199,101,250); }
H1.HeaderClassName
{
color: #C765FA;
}
.AnyTagClassName
{
color: #C765FA;
}
</style>
background-color css
<style>
a { background-color: #C765FA; }
a { background-color: rgb(199,101,250); }
div.DivClassName
{
background-color: #C765FA;
}
.BgClassName
{
background-color: #C765FA;
}
</style>
border-color css
<style>
span { border-color: #C765FA; }
span { border-color: rgb(199,101,250); }
td.TdClassName
{
border-color: #C765FA;
}
.TagClassName
{
border-color: #C765FA;
}
</style>