Shades of Heliotrope #C17DF2
Tints of Heliotrope #C17DF2
RGB
CMYK
RGB Variations
Color information
#C17DF2 (or 0xC17DF2) is known color: Heliotrope. HEX triplet: C1, 7D and F2. RGB value is (193,125,242). Sum of RGB (Red+Green+Blue) = 193+125+242=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #C17DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DF2 is #3E820D. Grayscale: #9E9E9E. Windows color (decimal): -4096526 or 15891905. OLE color: 15891905.
HSL color Cylindrical-coordinate representation of color #C17DF2: hue angle of 274.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17DF2 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 125 | 242 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.05 |
| HSL | 274.87º | 0.82% | 0.72% | - |
| HSV(B) | 274.87º | 0.48% | 0.95% | - |
| XYZ | 45.35 | 32.42 | 87.87 | - |
| YUV | 158.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 242 | 0.20 | 0.48 | 0 | 0.05 | 274.87 | 0.82 | 0.72 |
| Hex | C1 | 7D | F2 | 14 | 30 | 0 | 5 | 113 | 52 | 48 |
| Octal | 301 | 175 | 362 | 24 | 60 | 0 | 5 | 423 | 122 | 110 |
| Binary | 11000001 | 1111101 | 11110010 | 10100 | 110000 | 0 | 101 | 100010011 | 1010010 | 1001000 |
Color Harmonies of #C17DF2
Complementary color
Monochromatic Colors of #C17DF2
Black with #C17DF2
Text Example
Text Example
White with #C17DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DF2; }
p { color: rgb(193,125,242); }
H1.HeaderClassName
{
color: #C17DF2;
}
.AnyTagClassName
{
color: #C17DF2;
}
</style>
background-color css
<style>
a { background-color: #C17DF2; }
a { background-color: rgb(193,125,242); }
div.DivClassName
{
background-color: #C17DF2;
}
.BgClassName
{
background-color: #C17DF2;
}
</style>
border-color css
<style>
span { border-color: #C17DF2; }
span { border-color: rgb(193,125,242); }
td.TdClassName
{
border-color: #C17DF2;
}
.TagClassName
{
border-color: #C17DF2;
}
</style>