Shades of Heliotrope #C153FE
Tints of Heliotrope #C153FE
RGB
CMYK
RGB Variations
Color information
#C153FE (or 0xC153FE) is known color: Heliotrope. HEX triplet: C1, 53 and FE. RGB value is (193,83,254). Sum of RGB (Red+Green+Blue) = 193+83+254=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #C153FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153FE is #3EAC01. Grayscale: #868686. Windows color (decimal): -4107266 or 16667585. OLE color: 16667585.
HSL color Cylindrical-coordinate representation of color #C153FE: hue angle of 278.6º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C153FE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 83 | 254 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.00 |
| HSL | 278.6º | 0.99% | 0.66% | - |
| HSV(B) | 278.6º | 0.67% | 1% | - |
| XYZ | 42.97 | 24.68 | 96.26 | - |
| YUV | 135.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 254 | 0.24 | 0.67 | 0 | 0.00 | 278.6 | 0.99 | 0.66 |
| Hex | C1 | 53 | FE | 18 | 43 | 0 | 0 | 117 | 63 | 42 |
| Octal | 301 | 123 | 376 | 30 | 103 | 0 | 0 | 427 | 143 | 102 |
| Binary | 11000001 | 1010011 | 11111110 | 11000 | 1000011 | 0 | 0 | 100010111 | 1100011 | 1000010 |
Color Harmonies of #C153FE
Complementary color
Monochromatic Colors of #C153FE
Black with #C153FE
Text Example
Text Example
White with #C153FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153FE; }
p { color: rgb(193,83,254); }
H1.HeaderClassName
{
color: #C153FE;
}
.AnyTagClassName
{
color: #C153FE;
}
</style>
background-color css
<style>
a { background-color: #C153FE; }
a { background-color: rgb(193,83,254); }
div.DivClassName
{
background-color: #C153FE;
}
.BgClassName
{
background-color: #C153FE;
}
</style>
border-color css
<style>
span { border-color: #C153FE; }
span { border-color: rgb(193,83,254); }
td.TdClassName
{
border-color: #C153FE;
}
.TagClassName
{
border-color: #C153FE;
}
</style>