Shades of Heliotrope #C083FA
Tints of Heliotrope #C083FA
RGB
CMYK
RGB Variations
Color information
#C083FA (or 0xC083FA) is known color: Heliotrope. HEX triplet: C0, 83 and FA. RGB value is (192,131,250). Sum of RGB (Red+Green+Blue) = 192+131+250=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C083FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083FA is #3F7C05. Grayscale: #A2A2A2. Windows color (decimal): -4160518 or 16417728. OLE color: 16417728.
HSL color Cylindrical-coordinate representation of color #C083FA: hue angle of 270.76º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C083FA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 131 | 250 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.02 |
| HSL | 270.76º | 0.92% | 0.75% | - |
| HSV(B) | 270.76º | 0.48% | 0.98% | - |
| XYZ | 47.11 | 34.34 | 94.59 | - |
| YUV | 162.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 250 | 0.23 | 0.48 | 0 | 0.02 | 270.76 | 0.92 | 0.75 |
| Hex | C0 | 83 | FA | 17 | 30 | 0 | 2 | 10F | 5C | 4B |
| Octal | 300 | 203 | 372 | 27 | 60 | 0 | 2 | 417 | 134 | 113 |
| Binary | 11000000 | 10000011 | 11111010 | 10111 | 110000 | 0 | 10 | 100001111 | 1011100 | 1001011 |
Color Harmonies of #C083FA
Complementary color
Monochromatic Colors of #C083FA
Black with #C083FA
Text Example
Text Example
White with #C083FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083FA; }
p { color: rgb(192,131,250); }
H1.HeaderClassName
{
color: #C083FA;
}
.AnyTagClassName
{
color: #C083FA;
}
</style>
background-color css
<style>
a { background-color: #C083FA; }
a { background-color: rgb(192,131,250); }
div.DivClassName
{
background-color: #C083FA;
}
.BgClassName
{
background-color: #C083FA;
}
</style>
border-color css
<style>
span { border-color: #C083FA; }
span { border-color: rgb(192,131,250); }
td.TdClassName
{
border-color: #C083FA;
}
.TagClassName
{
border-color: #C083FA;
}
</style>