Shades of Heliotrope #C85BFD
Tints of Heliotrope #C85BFD
RGB
CMYK
RGB Variations
Color information
#C85BFD (or 0xC85BFD) is known color: Heliotrope. HEX triplet: C8, 5B and FD. RGB value is (200,91,253). Sum of RGB (Red+Green+Blue) = 200+91+253=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BFD is #37A402. Grayscale: #8D8D8D. Windows color (decimal): -3646467 or 16604104. OLE color: 16604104.
HSL color Cylindrical-coordinate representation of color #C85BFD: hue angle of 280.37º 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 #C85BFD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 91 | 253 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.37º | 0.98% | 0.67% | - |
| HSV(B) | 280.37º | 0.64% | 0.99% | - |
| XYZ | 45.29 | 26.85 | 95.72 | - |
| YUV | 142.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 253 | 0.21 | 0.64 | 0 | 0.01 | 280.37 | 0.98 | 0.67 |
| Hex | C8 | 5B | FD | 15 | 40 | 0 | 1 | 118 | 62 | 43 |
| Octal | 310 | 133 | 375 | 25 | 100 | 0 | 1 | 430 | 142 | 103 |
| Binary | 11001000 | 1011011 | 11111101 | 10101 | 1000000 | 0 | 1 | 100011000 | 1100010 | 1000011 |
Color Harmonies of #C85BFD
Complementary color
Monochromatic Colors of #C85BFD
Black with #C85BFD
Text Example
Text Example
White with #C85BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BFD; }
p { color: rgb(200,91,253); }
H1.HeaderClassName
{
color: #C85BFD;
}
.AnyTagClassName
{
color: #C85BFD;
}
</style>
background-color css
<style>
a { background-color: #C85BFD; }
a { background-color: rgb(200,91,253); }
div.DivClassName
{
background-color: #C85BFD;
}
.BgClassName
{
background-color: #C85BFD;
}
</style>
border-color css
<style>
span { border-color: #C85BFD; }
span { border-color: rgb(200,91,253); }
td.TdClassName
{
border-color: #C85BFD;
}
.TagClassName
{
border-color: #C85BFD;
}
</style>