Shades of Heliotrope #C177F5
Tints of Heliotrope #C177F5
RGB
CMYK
RGB Variations
Color information
#C177F5 (or 0xC177F5) is known color: Heliotrope. HEX triplet: C1, 77 and F5. RGB value is (193,119,245). Sum of RGB (Red+Green+Blue) = 193+119+245=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #C177F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C177F5 is #3E880A. Grayscale: #9B9B9B. Windows color (decimal): -4098059 or 16086977. OLE color: 16086977.
HSL color Cylindrical-coordinate representation of color #C177F5: hue angle of 275.24º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C177F5 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 119 | 245 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.04 |
| HSL | 275.24º | 0.86% | 0.71% | - |
| HSV(B) | 275.24º | 0.51% | 0.96% | - |
| XYZ | 45.07 | 31.12 | 90.02 | - |
| YUV | 155.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 245 | 0.21 | 0.51 | 0 | 0.04 | 275.24 | 0.86 | 0.71 |
| Hex | C1 | 77 | F5 | 15 | 33 | 0 | 4 | 113 | 56 | 47 |
| Octal | 301 | 167 | 365 | 25 | 63 | 0 | 4 | 423 | 126 | 107 |
| Binary | 11000001 | 1110111 | 11110101 | 10101 | 110011 | 0 | 100 | 100010011 | 1010110 | 1000111 |
Color Harmonies of #C177F5
Complementary color
Monochromatic Colors of #C177F5
Black with #C177F5
Text Example
Text Example
White with #C177F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177F5; }
p { color: rgb(193,119,245); }
H1.HeaderClassName
{
color: #C177F5;
}
.AnyTagClassName
{
color: #C177F5;
}
</style>
background-color css
<style>
a { background-color: #C177F5; }
a { background-color: rgb(193,119,245); }
div.DivClassName
{
background-color: #C177F5;
}
.BgClassName
{
background-color: #C177F5;
}
</style>
border-color css
<style>
span { border-color: #C177F5; }
span { border-color: rgb(193,119,245); }
td.TdClassName
{
border-color: #C177F5;
}
.TagClassName
{
border-color: #C177F5;
}
</style>