Shades of Heliotrope #C85BFC
Tints of Heliotrope #C85BFC
RGB
CMYK
RGB Variations
Color information
#C85BFC (or 0xC85BFC) is known color: Heliotrope. HEX triplet: C8, 5B and FC. RGB value is (200,91,252). Sum of RGB (Red+Green+Blue) = 200+91+252=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C85BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BFC is #37A403. Grayscale: #8D8D8D. Windows color (decimal): -3646468 or 16538568. OLE color: 16538568.
HSL color Cylindrical-coordinate representation of color #C85BFC: hue angle of 280.62º degrees, saturation: 0.96, 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 #C85BFC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 91 | 252 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.62º | 0.96% | 0.67% | - |
| HSV(B) | 280.62º | 0.64% | 0.99% | - |
| XYZ | 45.13 | 26.79 | 94.89 | - |
| YUV | 141.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 252 | 0.21 | 0.64 | 0 | 0.01 | 280.62 | 0.96 | 0.67 |
| Hex | C8 | 5B | FC | 15 | 40 | 0 | 1 | 119 | 60 | 43 |
| Octal | 310 | 133 | 374 | 25 | 100 | 0 | 1 | 431 | 140 | 103 |
| Binary | 11001000 | 1011011 | 11111100 | 10101 | 1000000 | 0 | 1 | 100011001 | 1100000 | 1000011 |
Color Harmonies of #C85BFC
Complementary color
Monochromatic Colors of #C85BFC
Black with #C85BFC
Text Example
Text Example
White with #C85BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BFC; }
p { color: rgb(200,91,252); }
H1.HeaderClassName
{
color: #C85BFC;
}
.AnyTagClassName
{
color: #C85BFC;
}
</style>
background-color css
<style>
a { background-color: #C85BFC; }
a { background-color: rgb(200,91,252); }
div.DivClassName
{
background-color: #C85BFC;
}
.BgClassName
{
background-color: #C85BFC;
}
</style>
border-color css
<style>
span { border-color: #C85BFC; }
span { border-color: rgb(200,91,252); }
td.TdClassName
{
border-color: #C85BFC;
}
.TagClassName
{
border-color: #C85BFC;
}
</style>