Shades of Heliotrope #C485FC
Tints of Heliotrope #C485FC
RGB
CMYK
RGB Variations
Color information
#C485FC (or 0xC485FC) is known color: Heliotrope. HEX triplet: C4, 85 and FC. RGB value is (196,133,252). Sum of RGB (Red+Green+Blue) = 196+133+252=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #C485FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485FC is #3B7A03. Grayscale: #A4A4A4. Windows color (decimal): -3897860 or 16549316. OLE color: 16549316.
HSL color Cylindrical-coordinate representation of color #C485FC: hue angle of 271.76º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C485FC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 133 | 252 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.01 |
| HSL | 271.76º | 0.95% | 0.75% | - |
| HSV(B) | 271.76º | 0.47% | 0.99% | - |
| XYZ | 48.72 | 35.54 | 96.39 | - |
| YUV | 165.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 252 | 0.22 | 0.47 | 0 | 0.01 | 271.76 | 0.95 | 0.75 |
| Hex | C4 | 85 | FC | 16 | 2F | 0 | 1 | 110 | 5F | 4B |
| Octal | 304 | 205 | 374 | 26 | 57 | 0 | 1 | 420 | 137 | 113 |
| Binary | 11000100 | 10000101 | 11111100 | 10110 | 101111 | 0 | 1 | 100010000 | 1011111 | 1001011 |
Color Harmonies of #C485FC
Complementary color
Monochromatic Colors of #C485FC
Black with #C485FC
Text Example
Text Example
White with #C485FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485FC; }
p { color: rgb(196,133,252); }
H1.HeaderClassName
{
color: #C485FC;
}
.AnyTagClassName
{
color: #C485FC;
}
</style>
background-color css
<style>
a { background-color: #C485FC; }
a { background-color: rgb(196,133,252); }
div.DivClassName
{
background-color: #C485FC;
}
.BgClassName
{
background-color: #C485FC;
}
</style>
border-color css
<style>
span { border-color: #C485FC; }
span { border-color: rgb(196,133,252); }
td.TdClassName
{
border-color: #C485FC;
}
.TagClassName
{
border-color: #C485FC;
}
</style>