Shades of Heliotrope #C170FD
Tints of Heliotrope #C170FD
RGB
CMYK
RGB Variations
Color information
#C170FD (or 0xC170FD) is known color: Heliotrope. HEX triplet: C1, 70 and FD. RGB value is (193,112,253). Sum of RGB (Red+Green+Blue) = 193+112+253=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C170FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170FD is #3E8F02. Grayscale: #979797. Windows color (decimal): -4099843 or 16609473. OLE color: 16609473.
HSL color Cylindrical-coordinate representation of color #C170FD: hue angle of 274.47º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C170FD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 112 | 253 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.01 |
| HSL | 274.47º | 0.97% | 0.72% | - |
| HSV(B) | 274.47º | 0.56% | 0.99% | - |
| XYZ | 45.52 | 30.02 | 96.32 | - |
| YUV | 152.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 253 | 0.24 | 0.56 | 0 | 0.01 | 274.47 | 0.97 | 0.72 |
| Hex | C1 | 70 | FD | 18 | 38 | 0 | 1 | 112 | 61 | 48 |
| Octal | 301 | 160 | 375 | 30 | 70 | 0 | 1 | 422 | 141 | 110 |
| Binary | 11000001 | 1110000 | 11111101 | 11000 | 111000 | 0 | 1 | 100010010 | 1100001 | 1001000 |
Color Harmonies of #C170FD
Complementary color
Monochromatic Colors of #C170FD
Black with #C170FD
Text Example
Text Example
White with #C170FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170FD; }
p { color: rgb(193,112,253); }
H1.HeaderClassName
{
color: #C170FD;
}
.AnyTagClassName
{
color: #C170FD;
}
</style>
background-color css
<style>
a { background-color: #C170FD; }
a { background-color: rgb(193,112,253); }
div.DivClassName
{
background-color: #C170FD;
}
.BgClassName
{
background-color: #C170FD;
}
</style>
border-color css
<style>
span { border-color: #C170FD; }
span { border-color: rgb(193,112,253); }
td.TdClassName
{
border-color: #C170FD;
}
.TagClassName
{
border-color: #C170FD;
}
</style>