Shades of Heliotrope #C17BFB
Tints of Heliotrope #C17BFB
RGB
CMYK
RGB Variations
Color information
#C17BFB (or 0xC17BFB) is known color: Heliotrope. HEX triplet: C1, 7B and FB. RGB value is (193,123,251). Sum of RGB (Red+Green+Blue) = 193+123+251=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C17BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BFB is #3E8404. Grayscale: #9E9E9E. Windows color (decimal): -4097029 or 16481217. OLE color: 16481217.
HSL color Cylindrical-coordinate representation of color #C17BFB: hue angle of 272.81º degrees, saturation: 0.94, 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 #C17BFB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 123 | 251 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.02 |
| HSL | 272.81º | 0.94% | 0.73% | - |
| HSV(B) | 272.81º | 0.51% | 0.98% | - |
| XYZ | 46.49 | 32.47 | 95.08 | - |
| YUV | 158.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 251 | 0.23 | 0.51 | 0 | 0.02 | 272.81 | 0.94 | 0.73 |
| Hex | C1 | 7B | FB | 17 | 33 | 0 | 2 | 111 | 5E | 49 |
| Octal | 301 | 173 | 373 | 27 | 63 | 0 | 2 | 421 | 136 | 111 |
| Binary | 11000001 | 1111011 | 11111011 | 10111 | 110011 | 0 | 10 | 100010001 | 1011110 | 1001001 |
Color Harmonies of #C17BFB
Complementary color
Monochromatic Colors of #C17BFB
Black with #C17BFB
Text Example
Text Example
White with #C17BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BFB; }
p { color: rgb(193,123,251); }
H1.HeaderClassName
{
color: #C17BFB;
}
.AnyTagClassName
{
color: #C17BFB;
}
</style>
background-color css
<style>
a { background-color: #C17BFB; }
a { background-color: rgb(193,123,251); }
div.DivClassName
{
background-color: #C17BFB;
}
.BgClassName
{
background-color: #C17BFB;
}
</style>
border-color css
<style>
span { border-color: #C17BFB; }
span { border-color: rgb(193,123,251); }
td.TdClassName
{
border-color: #C17BFB;
}
.TagClassName
{
border-color: #C17BFB;
}
</style>