Shades of Heliotrope #C083F8
Tints of Heliotrope #C083F8
RGB
CMYK
RGB Variations
Color information
#C083F8 (or 0xC083F8) is known color: Heliotrope. HEX triplet: C0, 83 and F8. RGB value is (192,131,248). Sum of RGB (Red+Green+Blue) = 192+131+248=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #C083F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083F8 is #3F7C07. Grayscale: #A2A2A2. Windows color (decimal): -4160520 or 16286656. OLE color: 16286656.
HSL color Cylindrical-coordinate representation of color #C083F8: hue angle of 271.28º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C083F8 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 131 | 248 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.03 |
| HSL | 271.28º | 0.89% | 0.74% | - |
| HSV(B) | 271.28º | 0.47% | 0.97% | - |
| XYZ | 46.8 | 34.22 | 92.94 | - |
| YUV | 162.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 248 | 0.23 | 0.47 | 0 | 0.03 | 271.28 | 0.89 | 0.74 |
| Hex | C0 | 83 | F8 | 17 | 2F | 0 | 3 | 10F | 59 | 4A |
| Octal | 300 | 203 | 370 | 27 | 57 | 0 | 3 | 417 | 131 | 112 |
| Binary | 11000000 | 10000011 | 11111000 | 10111 | 101111 | 0 | 11 | 100001111 | 1011001 | 1001010 |
Color Harmonies of #C083F8
Complementary color
Monochromatic Colors of #C083F8
Black with #C083F8
Text Example
Text Example
White with #C083F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083F8; }
p { color: rgb(192,131,248); }
H1.HeaderClassName
{
color: #C083F8;
}
.AnyTagClassName
{
color: #C083F8;
}
</style>
background-color css
<style>
a { background-color: #C083F8; }
a { background-color: rgb(192,131,248); }
div.DivClassName
{
background-color: #C083F8;
}
.BgClassName
{
background-color: #C083F8;
}
</style>
border-color css
<style>
span { border-color: #C083F8; }
span { border-color: rgb(192,131,248); }
td.TdClassName
{
border-color: #C083F8;
}
.TagClassName
{
border-color: #C083F8;
}
</style>