Shades of Heliotrope #C765EE
Tints of Heliotrope #C765EE
RGB
CMYK
RGB Variations
Color information
#C765EE (or 0xC765EE) is known color: Heliotrope. HEX triplet: C7, 65 and EE. RGB value is (199,101,238). Sum of RGB (Red+Green+Blue) = 199+101+238=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C765EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C765EE is #389A11. Grayscale: #919191. Windows color (decimal): -3709458 or 15623623. OLE color: 15623623.
HSL color Cylindrical-coordinate representation of color #C765EE: hue angle of 282.92º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C765EE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 101 | 238 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 282.92º | 0.8% | 0.66% | - |
| HSV(B) | 282.92º | 0.58% | 0.93% | - |
| XYZ | 43.64 | 27.62 | 83.92 | - |
| YUV | 145.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 238 | 0.16 | 0.58 | 0 | 0.07 | 282.92 | 0.8 | 0.66 |
| Hex | C7 | 65 | EE | 10 | 3A | 0 | 7 | 11B | 50 | 42 |
| Octal | 307 | 145 | 356 | 20 | 72 | 0 | 7 | 433 | 120 | 102 |
| Binary | 11000111 | 1100101 | 11101110 | 10000 | 111010 | 0 | 111 | 100011011 | 1010000 | 1000010 |
Color Harmonies of #C765EE
Complementary color
Monochromatic Colors of #C765EE
Black with #C765EE
Text Example
Text Example
White with #C765EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765EE; }
p { color: rgb(199,101,238); }
H1.HeaderClassName
{
color: #C765EE;
}
.AnyTagClassName
{
color: #C765EE;
}
</style>
background-color css
<style>
a { background-color: #C765EE; }
a { background-color: rgb(199,101,238); }
div.DivClassName
{
background-color: #C765EE;
}
.BgClassName
{
background-color: #C765EE;
}
</style>
border-color css
<style>
span { border-color: #C765EE; }
span { border-color: rgb(199,101,238); }
td.TdClassName
{
border-color: #C765EE;
}
.TagClassName
{
border-color: #C765EE;
}
</style>