Shades of Heliotrope #C85DFD
Tints of Heliotrope #C85DFD
RGB
CMYK
RGB Variations
Color information
#C85DFD (or 0xC85DFD) is known color: Heliotrope. HEX triplet: C8, 5D and FD. RGB value is (200,93,253). Sum of RGB (Red+Green+Blue) = 200+93+253=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DFD is #37A202. Grayscale: #8E8E8E. Windows color (decimal): -3645955 or 16604616. OLE color: 16604616.
HSL color Cylindrical-coordinate representation of color #C85DFD: hue angle of 280.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85DFD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 93 | 253 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.01 |
| HSL | 280.13º | 0.98% | 0.68% | - |
| HSV(B) | 280.13º | 0.63% | 0.99% | - |
| XYZ | 45.46 | 27.2 | 95.78 | - |
| YUV | 143.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 253 | 0.21 | 0.63 | 0 | 0.01 | 280.13 | 0.98 | 0.68 |
| Hex | C8 | 5D | FD | 15 | 3F | 0 | 1 | 118 | 62 | 44 |
| Octal | 310 | 135 | 375 | 25 | 77 | 0 | 1 | 430 | 142 | 104 |
| Binary | 11001000 | 1011101 | 11111101 | 10101 | 111111 | 0 | 1 | 100011000 | 1100010 | 1000100 |
Color Harmonies of #C85DFD
Complementary color
Monochromatic Colors of #C85DFD
Black with #C85DFD
Text Example
Text Example
White with #C85DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DFD; }
p { color: rgb(200,93,253); }
H1.HeaderClassName
{
color: #C85DFD;
}
.AnyTagClassName
{
color: #C85DFD;
}
</style>
background-color css
<style>
a { background-color: #C85DFD; }
a { background-color: rgb(200,93,253); }
div.DivClassName
{
background-color: #C85DFD;
}
.BgClassName
{
background-color: #C85DFD;
}
</style>
border-color css
<style>
span { border-color: #C85DFD; }
span { border-color: rgb(200,93,253); }
td.TdClassName
{
border-color: #C85DFD;
}
.TagClassName
{
border-color: #C85DFD;
}
</style>