Shades of Heliotrope #C155FD
Tints of Heliotrope #C155FD
RGB
CMYK
RGB Variations
Color information
#C155FD (or 0xC155FD) is known color: Heliotrope. HEX triplet: C1, 55 and FD. RGB value is (193,85,253). Sum of RGB (Red+Green+Blue) = 193+85+253=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C155FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155FD is #3EAA02. Grayscale: #878787. Windows color (decimal): -4106755 or 16602561. OLE color: 16602561.
HSL color Cylindrical-coordinate representation of color #C155FD: hue angle of 278.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C155FD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 85 | 253 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.01 |
| HSL | 278.57º | 0.98% | 0.66% | - |
| HSV(B) | 278.57º | 0.66% | 0.99% | - |
| XYZ | 42.97 | 24.93 | 95.47 | - |
| YUV | 136.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 253 | 0.24 | 0.66 | 0 | 0.01 | 278.57 | 0.98 | 0.66 |
| Hex | C1 | 55 | FD | 18 | 42 | 0 | 1 | 117 | 62 | 42 |
| Octal | 301 | 125 | 375 | 30 | 102 | 0 | 1 | 427 | 142 | 102 |
| Binary | 11000001 | 1010101 | 11111101 | 11000 | 1000010 | 0 | 1 | 100010111 | 1100010 | 1000010 |
Color Harmonies of #C155FD
Complementary color
Monochromatic Colors of #C155FD
Black with #C155FD
Text Example
Text Example
White with #C155FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155FD; }
p { color: rgb(193,85,253); }
H1.HeaderClassName
{
color: #C155FD;
}
.AnyTagClassName
{
color: #C155FD;
}
</style>
background-color css
<style>
a { background-color: #C155FD; }
a { background-color: rgb(193,85,253); }
div.DivClassName
{
background-color: #C155FD;
}
.BgClassName
{
background-color: #C155FD;
}
</style>
border-color css
<style>
span { border-color: #C155FD; }
span { border-color: rgb(193,85,253); }
td.TdClassName
{
border-color: #C155FD;
}
.TagClassName
{
border-color: #C155FD;
}
</style>