Shades of Heliotrope #C065F6
Tints of Heliotrope #C065F6
RGB
CMYK
RGB Variations
Color information
#C065F6 (or 0xC065F6) is known color: Heliotrope. HEX triplet: C0, 65 and F6. RGB value is (192,101,246). Sum of RGB (Red+Green+Blue) = 192+101+246=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #C065F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065F6 is #3F9A09. Grayscale: #909090. Windows color (decimal): -4168202 or 16147904. OLE color: 16147904.
HSL color Cylindrical-coordinate representation of color #C065F6: hue angle of 277.66º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C065F6 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 101 | 246 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.04 |
| HSL | 277.66º | 0.89% | 0.68% | - |
| HSV(B) | 277.66º | 0.59% | 0.96% | - |
| XYZ | 43.03 | 27.17 | 90.16 | - |
| YUV | 144.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 246 | 0.22 | 0.59 | 0 | 0.04 | 277.66 | 0.89 | 0.68 |
| Hex | C0 | 65 | F6 | 16 | 3B | 0 | 4 | 116 | 59 | 44 |
| Octal | 300 | 145 | 366 | 26 | 73 | 0 | 4 | 426 | 131 | 104 |
| Binary | 11000000 | 1100101 | 11110110 | 10110 | 111011 | 0 | 100 | 100010110 | 1011001 | 1000100 |
Color Harmonies of #C065F6
Complementary color
Monochromatic Colors of #C065F6
Black with #C065F6
Text Example
Text Example
White with #C065F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065F6; }
p { color: rgb(192,101,246); }
H1.HeaderClassName
{
color: #C065F6;
}
.AnyTagClassName
{
color: #C065F6;
}
</style>
background-color css
<style>
a { background-color: #C065F6; }
a { background-color: rgb(192,101,246); }
div.DivClassName
{
background-color: #C065F6;
}
.BgClassName
{
background-color: #C065F6;
}
</style>
border-color css
<style>
span { border-color: #C065F6; }
span { border-color: rgb(192,101,246); }
td.TdClassName
{
border-color: #C065F6;
}
.TagClassName
{
border-color: #C065F6;
}
</style>