Shades of Heliotrope #C85CFD
Tints of Heliotrope #C85CFD
RGB
CMYK
RGB Variations
Color information
#C85CFD (or 0xC85CFD) is known color: Heliotrope. HEX triplet: C8, 5C and FD. RGB value is (200,92,253). Sum of RGB (Red+Green+Blue) = 200+92+253=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFD is #37A302. Grayscale: #8E8E8E. Windows color (decimal): -3646211 or 16604360. OLE color: 16604360.
HSL color Cylindrical-coordinate representation of color #C85CFD: hue angle of 280.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85CFD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 92 | 253 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.25º | 0.98% | 0.68% | - |
| HSV(B) | 280.25º | 0.64% | 0.99% | - |
| XYZ | 45.38 | 27.03 | 95.75 | - |
| YUV | 142.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 253 | 0.21 | 0.64 | 0 | 0.01 | 280.25 | 0.98 | 0.68 |
| Hex | C8 | 5C | FD | 15 | 40 | 0 | 1 | 118 | 62 | 44 |
| Octal | 310 | 134 | 375 | 25 | 100 | 0 | 1 | 430 | 142 | 104 |
| Binary | 11001000 | 1011100 | 11111101 | 10101 | 1000000 | 0 | 1 | 100011000 | 1100010 | 1000100 |
Color Harmonies of #C85CFD
Complementary color
Monochromatic Colors of #C85CFD
Black with #C85CFD
Text Example
Text Example
White with #C85CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CFD; }
p { color: rgb(200,92,253); }
H1.HeaderClassName
{
color: #C85CFD;
}
.AnyTagClassName
{
color: #C85CFD;
}
</style>
background-color css
<style>
a { background-color: #C85CFD; }
a { background-color: rgb(200,92,253); }
div.DivClassName
{
background-color: #C85CFD;
}
.BgClassName
{
background-color: #C85CFD;
}
</style>
border-color css
<style>
span { border-color: #C85CFD; }
span { border-color: rgb(200,92,253); }
td.TdClassName
{
border-color: #C85CFD;
}
.TagClassName
{
border-color: #C85CFD;
}
</style>