Shades of Heliotrope #C05FF7
Tints of Heliotrope #C05FF7
RGB
CMYK
RGB Variations
Color information
#C05FF7 (or 0xC05FF7) is known color: Heliotrope. HEX triplet: C0, 5F and F7. RGB value is (192,95,247). Sum of RGB (Red+Green+Blue) = 192+95+247=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #C05FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FF7 is #3FA008. Grayscale: #8C8C8C. Windows color (decimal): -4169737 or 16211904. OLE color: 16211904.
HSL color Cylindrical-coordinate representation of color #C05FF7: hue angle of 278.29º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05FF7 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 95 | 247 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.03 |
| HSL | 278.29º | 0.9% | 0.67% | - |
| HSV(B) | 278.29º | 0.62% | 0.97% | - |
| XYZ | 42.62 | 26.11 | 90.79 | - |
| YUV | 141.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 247 | 0.22 | 0.62 | 0 | 0.03 | 278.29 | 0.9 | 0.67 |
| Hex | C0 | 5F | F7 | 16 | 3E | 0 | 3 | 116 | 5A | 43 |
| Octal | 300 | 137 | 367 | 26 | 76 | 0 | 3 | 426 | 132 | 103 |
| Binary | 11000000 | 1011111 | 11110111 | 10110 | 111110 | 0 | 11 | 100010110 | 1011010 | 1000011 |
Color Harmonies of #C05FF7
Complementary color
Monochromatic Colors of #C05FF7
Black with #C05FF7
Text Example
Text Example
White with #C05FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FF7; }
p { color: rgb(192,95,247); }
H1.HeaderClassName
{
color: #C05FF7;
}
.AnyTagClassName
{
color: #C05FF7;
}
</style>
background-color css
<style>
a { background-color: #C05FF7; }
a { background-color: rgb(192,95,247); }
div.DivClassName
{
background-color: #C05FF7;
}
.BgClassName
{
background-color: #C05FF7;
}
</style>
border-color css
<style>
span { border-color: #C05FF7; }
span { border-color: rgb(192,95,247); }
td.TdClassName
{
border-color: #C05FF7;
}
.TagClassName
{
border-color: #C05FF7;
}
</style>