Shades of Heliotrope #C065FF
Tints of Heliotrope #C065FF
RGB
CMYK
RGB Variations
Color information
#C065FF (or 0xC065FF) is known color: Heliotrope. HEX triplet: C0, 65 and FF. RGB value is (192,101,255). Sum of RGB (Red+Green+Blue) = 192+101+255=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C065FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065FF is #3F9A00. Grayscale: #919191. Windows color (decimal): -4168193 or 16737728. OLE color: 16737728.
HSL color Cylindrical-coordinate representation of color #C065FF: hue angle of 275.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C065FF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 101 | 255 | - |
| CMYK | 0.25 | 0.60 | 0 | 0 |
| HSL | 275.45º | 1% | 0.7% | - |
| HSV(B) | 275.45º | 0.6% | 1% | - |
| XYZ | 44.44 | 27.73 | 97.62 | - |
| YUV | 145.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 255 | 0.25 | 0.60 | 0 | 0 | 275.45 | 1 | 0.7 |
| Hex | C0 | 65 | FF | 19 | 3C | 0 | 0 | 113 | 64 | 46 |
| Octal | 300 | 145 | 377 | 31 | 74 | 0 | 0 | 423 | 144 | 106 |
| Binary | 11000000 | 1100101 | 11111111 | 11001 | 111100 | 0 | 0 | 100010011 | 1100100 | 1000110 |
Color Harmonies of #C065FF
Complementary color
Monochromatic Colors of #C065FF
Black with #C065FF
Text Example
Text Example
White with #C065FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065FF; }
p { color: rgb(192,101,255); }
H1.HeaderClassName
{
color: #C065FF;
}
.AnyTagClassName
{
color: #C065FF;
}
</style>
background-color css
<style>
a { background-color: #C065FF; }
a { background-color: rgb(192,101,255); }
div.DivClassName
{
background-color: #C065FF;
}
.BgClassName
{
background-color: #C065FF;
}
</style>
border-color css
<style>
span { border-color: #C065FF; }
span { border-color: rgb(192,101,255); }
td.TdClassName
{
border-color: #C065FF;
}
.TagClassName
{
border-color: #C065FF;
}
</style>