Shades of Heliotrope #C153FF
Tints of Heliotrope #C153FF
RGB
CMYK
RGB Variations
Color information
#C153FF (or 0xC153FF) is known color: Heliotrope. HEX triplet: C1, 53 and FF. RGB value is (193,83,255). Sum of RGB (Red+Green+Blue) = 193+83+255=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C153FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153FF is #3EAC00. Grayscale: #868686. Windows color (decimal): -4107265 or 16733121. OLE color: 16733121.
HSL color Cylindrical-coordinate representation of color #C153FF: hue angle of 278.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C153FF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 83 | 255 | - |
| CMYK | 0.24 | 0.67 | 0 | 0 |
| HSL | 278.37º | 1% | 0.66% | - |
| HSV(B) | 278.37º | 0.67% | 1% | - |
| XYZ | 43.14 | 24.74 | 97.11 | - |
| YUV | 135.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 255 | 0.24 | 0.67 | 0 | 0 | 278.37 | 1 | 0.66 |
| Hex | C1 | 53 | FF | 18 | 43 | 0 | 0 | 116 | 64 | 42 |
| Octal | 301 | 123 | 377 | 30 | 103 | 0 | 0 | 426 | 144 | 102 |
| Binary | 11000001 | 1010011 | 11111111 | 11000 | 1000011 | 0 | 0 | 100010110 | 1100100 | 1000010 |
Color Harmonies of #C153FF
Complementary color
Monochromatic Colors of #C153FF
Black with #C153FF
Text Example
Text Example
White with #C153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153FF; }
p { color: rgb(193,83,255); }
H1.HeaderClassName
{
color: #C153FF;
}
.AnyTagClassName
{
color: #C153FF;
}
</style>
background-color css
<style>
a { background-color: #C153FF; }
a { background-color: rgb(193,83,255); }
div.DivClassName
{
background-color: #C153FF;
}
.BgClassName
{
background-color: #C153FF;
}
</style>
border-color css
<style>
span { border-color: #C153FF; }
span { border-color: rgb(193,83,255); }
td.TdClassName
{
border-color: #C153FF;
}
.TagClassName
{
border-color: #C153FF;
}
</style>