Shades of Heliotrope #C455FD
Tints of Heliotrope #C455FD
RGB
CMYK
RGB Variations
Color information
#C455FD (or 0xC455FD) is known color: Heliotrope. HEX triplet: C4, 55 and FD. RGB value is (196,85,253). Sum of RGB (Red+Green+Blue) = 196+85+253=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #C455FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455FD is #3BAA02. Grayscale: #888888. Windows color (decimal): -3910147 or 16602564. OLE color: 16602564.
HSL color Cylindrical-coordinate representation of color #C455FD: hue angle of 279.64º 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 #C455FD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 85 | 253 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.01 |
| HSL | 279.64º | 0.98% | 0.66% | - |
| HSV(B) | 279.64º | 0.66% | 0.99% | - |
| XYZ | 43.74 | 25.32 | 95.51 | - |
| YUV | 137.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 253 | 0.23 | 0.66 | 0 | 0.01 | 279.64 | 0.98 | 0.66 |
| Hex | C4 | 55 | FD | 17 | 42 | 0 | 1 | 118 | 62 | 42 |
| Octal | 304 | 125 | 375 | 27 | 102 | 0 | 1 | 430 | 142 | 102 |
| Binary | 11000100 | 1010101 | 11111101 | 10111 | 1000010 | 0 | 1 | 100011000 | 1100010 | 1000010 |
Color Harmonies of #C455FD
Complementary color
Monochromatic Colors of #C455FD
Black with #C455FD
Text Example
Text Example
White with #C455FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455FD; }
p { color: rgb(196,85,253); }
H1.HeaderClassName
{
color: #C455FD;
}
.AnyTagClassName
{
color: #C455FD;
}
</style>
background-color css
<style>
a { background-color: #C455FD; }
a { background-color: rgb(196,85,253); }
div.DivClassName
{
background-color: #C455FD;
}
.BgClassName
{
background-color: #C455FD;
}
</style>
border-color css
<style>
span { border-color: #C455FD; }
span { border-color: rgb(196,85,253); }
td.TdClassName
{
border-color: #C455FD;
}
.TagClassName
{
border-color: #C455FD;
}
</style>