Shades of Heliotrope #C485FD
Tints of Heliotrope #C485FD
RGB
CMYK
RGB Variations
Color information
#C485FD (or 0xC485FD) is known color: Heliotrope. HEX triplet: C4, 85 and FD. RGB value is (196,133,253). Sum of RGB (Red+Green+Blue) = 196+133+253=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #C485FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485FD is #3B7A02. Grayscale: #A5A5A5. Windows color (decimal): -3897859 or 16614852. OLE color: 16614852.
HSL color Cylindrical-coordinate representation of color #C485FD: hue angle of 271.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C485FD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 133 | 253 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 271.5º | 0.97% | 0.76% | - |
| HSV(B) | 271.5º | 0.47% | 0.99% | - |
| XYZ | 48.88 | 35.6 | 97.22 | - |
| YUV | 165.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 253 | 0.23 | 0.47 | 0 | 0.01 | 271.5 | 0.97 | 0.76 |
| Hex | C4 | 85 | FD | 17 | 2F | 0 | 1 | 110 | 61 | 4C |
| Octal | 304 | 205 | 375 | 27 | 57 | 0 | 1 | 420 | 141 | 114 |
| Binary | 11000100 | 10000101 | 11111101 | 10111 | 101111 | 0 | 1 | 100010000 | 1100001 | 1001100 |
Color Harmonies of #C485FD
Complementary color
Monochromatic Colors of #C485FD
Black with #C485FD
Text Example
Text Example
White with #C485FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485FD; }
p { color: rgb(196,133,253); }
H1.HeaderClassName
{
color: #C485FD;
}
.AnyTagClassName
{
color: #C485FD;
}
</style>
background-color css
<style>
a { background-color: #C485FD; }
a { background-color: rgb(196,133,253); }
div.DivClassName
{
background-color: #C485FD;
}
.BgClassName
{
background-color: #C485FD;
}
</style>
border-color css
<style>
span { border-color: #C485FD; }
span { border-color: rgb(196,133,253); }
td.TdClassName
{
border-color: #C485FD;
}
.TagClassName
{
border-color: #C485FD;
}
</style>