Shades of Heliotrope #C85AFD
Tints of Heliotrope #C85AFD
RGB
CMYK
RGB Variations
Color information
#C85AFD (or 0xC85AFD) is known color: Heliotrope. HEX triplet: C8, 5A and FD. RGB value is (200,90,253). Sum of RGB (Red+Green+Blue) = 200+90+253=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AFD is #37A502. Grayscale: #8C8C8C. Windows color (decimal): -3646723 or 16603848. OLE color: 16603848.
HSL color Cylindrical-coordinate representation of color #C85AFD: hue angle of 280.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85AFD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 90 | 253 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.49º | 0.98% | 0.67% | - |
| HSV(B) | 280.49º | 0.64% | 0.99% | - |
| XYZ | 45.21 | 26.68 | 95.7 | - |
| YUV | 141.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 253 | 0.21 | 0.64 | 0 | 0.01 | 280.49 | 0.98 | 0.67 |
| Hex | C8 | 5A | FD | 15 | 40 | 0 | 1 | 118 | 62 | 43 |
| Octal | 310 | 132 | 375 | 25 | 100 | 0 | 1 | 430 | 142 | 103 |
| Binary | 11001000 | 1011010 | 11111101 | 10101 | 1000000 | 0 | 1 | 100011000 | 1100010 | 1000011 |
Color Harmonies of #C85AFD
Complementary color
Monochromatic Colors of #C85AFD
Black with #C85AFD
Text Example
Text Example
White with #C85AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AFD; }
p { color: rgb(200,90,253); }
H1.HeaderClassName
{
color: #C85AFD;
}
.AnyTagClassName
{
color: #C85AFD;
}
</style>
background-color css
<style>
a { background-color: #C85AFD; }
a { background-color: rgb(200,90,253); }
div.DivClassName
{
background-color: #C85AFD;
}
.BgClassName
{
background-color: #C85AFD;
}
</style>
border-color css
<style>
span { border-color: #C85AFD; }
span { border-color: rgb(200,90,253); }
td.TdClassName
{
border-color: #C85AFD;
}
.TagClassName
{
border-color: #C85AFD;
}
</style>