Shades of Heliotrope #C17BFF
Tints of Heliotrope #C17BFF
RGB
CMYK
RGB Variations
Color information
#C17BFF (or 0xC17BFF) is known color: Heliotrope. HEX triplet: C1, 7B and FF. RGB value is (193,123,255). Sum of RGB (Red+Green+Blue) = 193+123+255=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #C17BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BFF is #3E8400. Grayscale: #9E9E9E. Windows color (decimal): -4097025 or 16743361. OLE color: 16743361.
HSL color Cylindrical-coordinate representation of color #C17BFF: hue angle of 271.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C17BFF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 123 | 255 | - |
| CMYK | 0.24 | 0.52 | 0 | 0 |
| HSL | 271.82º | 1% | 0.74% | - |
| HSV(B) | 271.82º | 0.52% | 1% | - |
| XYZ | 47.13 | 32.72 | 98.44 | - |
| YUV | 158.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 255 | 0.24 | 0.52 | 0 | 0 | 271.82 | 1 | 0.74 |
| Hex | C1 | 7B | FF | 18 | 34 | 0 | 0 | 110 | 64 | 4A |
| Octal | 301 | 173 | 377 | 30 | 64 | 0 | 0 | 420 | 144 | 112 |
| Binary | 11000001 | 1111011 | 11111111 | 11000 | 110100 | 0 | 0 | 100010000 | 1100100 | 1001010 |
Color Harmonies of #C17BFF
Complementary color
Monochromatic Colors of #C17BFF
Black with #C17BFF
Text Example
Text Example
White with #C17BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BFF; }
p { color: rgb(193,123,255); }
H1.HeaderClassName
{
color: #C17BFF;
}
.AnyTagClassName
{
color: #C17BFF;
}
</style>
background-color css
<style>
a { background-color: #C17BFF; }
a { background-color: rgb(193,123,255); }
div.DivClassName
{
background-color: #C17BFF;
}
.BgClassName
{
background-color: #C17BFF;
}
</style>
border-color css
<style>
span { border-color: #C17BFF; }
span { border-color: rgb(193,123,255); }
td.TdClassName
{
border-color: #C17BFF;
}
.TagClassName
{
border-color: #C17BFF;
}
</style>