Shades of Heliotrope #C17CED
Tints of Heliotrope #C17CED
RGB
CMYK
RGB Variations
Color information
#C17CED (or 0xC17CED) is known color: Heliotrope. HEX triplet: C1, 7C and ED. RGB value is (193,124,237). Sum of RGB (Red+Green+Blue) = 193+124+237=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #C17CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CED is #3E8312. Grayscale: #9D9D9D. Windows color (decimal): -4096787 or 15563969. OLE color: 15563969.
HSL color Cylindrical-coordinate representation of color #C17CED: hue angle of 276.64º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17CED is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 124 | 237 | - |
CMYK | 0.19 | 0.48 | 0 | 0.07 |
HSL | 276.64º | 0.76% | 0.71% | - |
HSV(B) | 276.64º | 0.48% | 0.93% | - |
XYZ | 44.49 | 31.87 | 83.93 | - |
YUV | 157.51 | 172.86 | 153.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 124 | 237 | 0.19 | 0.48 | 0 | 0.07 | 276.64 | 0.76 | 0.71 |
Hex | C1 | 7C | ED | 13 | 30 | 0 | 7 | 115 | 4C | 47 |
Octal | 301 | 174 | 355 | 23 | 60 | 0 | 7 | 425 | 114 | 107 |
Binary | 11000001 | 1111100 | 11101101 | 10011 | 110000 | 0 | 111 | 100010101 | 1001100 | 1000111 |
Color Harmonies of #C17CED
Complementary color
Monochromatic Colors of #C17CED
Black with #C17CED
Text Example
Text Example
White with #C17CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CED; }
p { color: rgb(193,124,237); }
H1.HeaderClassName
{
color: #C17CED;
}
.AnyTagClassName
{
color: #C17CED;
}
</style>
background-color css
<style>
a { background-color: #C17CED; }
a { background-color: rgb(193,124,237); }
div.DivClassName
{
background-color: #C17CED;
}
.BgClassName
{
background-color: #C17CED;
}
</style>
border-color css
<style>
span { border-color: #C17CED; }
span { border-color: rgb(193,124,237); }
td.TdClassName
{
border-color: #C17CED;
}
.TagClassName
{
border-color: #C17CED;
}
</style>