Shades of Heliotrope #C17BFA
Tints of Heliotrope #C17BFA
RGB
CMYK
RGB Variations
Color information
#C17BFA (or 0xC17BFA) is known color: Heliotrope. HEX triplet: C1, 7B and FA. RGB value is (193,123,250). Sum of RGB (Red+Green+Blue) = 193+123+250=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C17BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BFA is #3E8405. Grayscale: #9D9D9D. Windows color (decimal): -4097030 or 16415681. OLE color: 16415681.
HSL color Cylindrical-coordinate representation of color #C17BFA: hue angle of 273.07º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17BFA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 123 | 250 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.02 |
| HSL | 273.07º | 0.93% | 0.73% | - |
| HSV(B) | 273.07º | 0.51% | 0.98% | - |
| XYZ | 46.33 | 32.41 | 94.26 | - |
| YUV | 158.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 250 | 0.23 | 0.51 | 0 | 0.02 | 273.07 | 0.93 | 0.73 |
| Hex | C1 | 7B | FA | 17 | 33 | 0 | 2 | 111 | 5D | 49 |
| Octal | 301 | 173 | 372 | 27 | 63 | 0 | 2 | 421 | 135 | 111 |
| Binary | 11000001 | 1111011 | 11111010 | 10111 | 110011 | 0 | 10 | 100010001 | 1011101 | 1001001 |
Color Harmonies of #C17BFA
Complementary color
Monochromatic Colors of #C17BFA
Black with #C17BFA
Text Example
Text Example
White with #C17BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BFA; }
p { color: rgb(193,123,250); }
H1.HeaderClassName
{
color: #C17BFA;
}
.AnyTagClassName
{
color: #C17BFA;
}
</style>
background-color css
<style>
a { background-color: #C17BFA; }
a { background-color: rgb(193,123,250); }
div.DivClassName
{
background-color: #C17BFA;
}
.BgClassName
{
background-color: #C17BFA;
}
</style>
border-color css
<style>
span { border-color: #C17BFA; }
span { border-color: rgb(193,123,250); }
td.TdClassName
{
border-color: #C17BFA;
}
.TagClassName
{
border-color: #C17BFA;
}
</style>