Shades of Heliotrope #C17BF4
Tints of Heliotrope #C17BF4
RGB
CMYK
RGB Variations
Color information
#C17BF4 (or 0xC17BF4) is known color: Heliotrope. HEX triplet: C1, 7B and F4. RGB value is (193,123,244). Sum of RGB (Red+Green+Blue) = 193+123+244=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #C17BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BF4 is #3E840B. Grayscale: #9D9D9D. Windows color (decimal): -4097036 or 16022465. OLE color: 16022465.
HSL color Cylindrical-coordinate representation of color #C17BF4: hue angle of 274.71º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17BF4 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 123 | 244 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.04 |
| HSL | 274.71º | 0.85% | 0.72% | - |
| HSV(B) | 274.71º | 0.5% | 0.96% | - |
| XYZ | 45.4 | 32.04 | 89.38 | - |
| YUV | 157.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 244 | 0.21 | 0.50 | 0 | 0.04 | 274.71 | 0.85 | 0.72 |
| Hex | C1 | 7B | F4 | 15 | 32 | 0 | 4 | 113 | 55 | 48 |
| Octal | 301 | 173 | 364 | 25 | 62 | 0 | 4 | 423 | 125 | 110 |
| Binary | 11000001 | 1111011 | 11110100 | 10101 | 110010 | 0 | 100 | 100010011 | 1010101 | 1001000 |
Color Harmonies of #C17BF4
Complementary color
Monochromatic Colors of #C17BF4
Black with #C17BF4
Text Example
Text Example
White with #C17BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BF4; }
p { color: rgb(193,123,244); }
H1.HeaderClassName
{
color: #C17BF4;
}
.AnyTagClassName
{
color: #C17BF4;
}
</style>
background-color css
<style>
a { background-color: #C17BF4; }
a { background-color: rgb(193,123,244); }
div.DivClassName
{
background-color: #C17BF4;
}
.BgClassName
{
background-color: #C17BF4;
}
</style>
border-color css
<style>
span { border-color: #C17BF4; }
span { border-color: rgb(193,123,244); }
td.TdClassName
{
border-color: #C17BF4;
}
.TagClassName
{
border-color: #C17BF4;
}
</style>