Shades of Heliotrope #C15FFB
Tints of Heliotrope #C15FFB
RGB
CMYK
RGB Variations
Color information
#C15FFB (or 0xC15FFB) is known color: Heliotrope. HEX triplet: C1, 5F and FB. RGB value is (193,95,251). Sum of RGB (Red+Green+Blue) = 193+95+251=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #C15FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FFB is #3EA004. Grayscale: #8D8D8D. Windows color (decimal): -4104197 or 16474049. OLE color: 16474049.
HSL color Cylindrical-coordinate representation of color #C15FFB: hue angle of 277.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15FFB is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 95 | 251 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.02 |
| HSL | 277.69º | 0.95% | 0.68% | - |
| HSV(B) | 277.69º | 0.62% | 0.98% | - |
| XYZ | 43.5 | 26.49 | 94.09 | - |
| YUV | 142.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 251 | 0.23 | 0.62 | 0 | 0.02 | 277.69 | 0.95 | 0.68 |
| Hex | C1 | 5F | FB | 17 | 3E | 0 | 2 | 116 | 5F | 44 |
| Octal | 301 | 137 | 373 | 27 | 76 | 0 | 2 | 426 | 137 | 104 |
| Binary | 11000001 | 1011111 | 11111011 | 10111 | 111110 | 0 | 10 | 100010110 | 1011111 | 1000100 |
Color Harmonies of #C15FFB
Complementary color
Monochromatic Colors of #C15FFB
Black with #C15FFB
Text Example
Text Example
White with #C15FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FFB; }
p { color: rgb(193,95,251); }
H1.HeaderClassName
{
color: #C15FFB;
}
.AnyTagClassName
{
color: #C15FFB;
}
</style>
background-color css
<style>
a { background-color: #C15FFB; }
a { background-color: rgb(193,95,251); }
div.DivClassName
{
background-color: #C15FFB;
}
.BgClassName
{
background-color: #C15FFB;
}
</style>
border-color css
<style>
span { border-color: #C15FFB; }
span { border-color: rgb(193,95,251); }
td.TdClassName
{
border-color: #C15FFB;
}
.TagClassName
{
border-color: #C15FFB;
}
</style>