Shades of Heliotrope #C851FD
Tints of Heliotrope #C851FD
RGB
CMYK
RGB Variations
Color information
#C851FD (or 0xC851FD) is known color: Heliotrope. HEX triplet: C8, 51 and FD. RGB value is (200,81,253). Sum of RGB (Red+Green+Blue) = 200+81+253=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #C851FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851FD is #37AE02. Grayscale: #878787. Windows color (decimal): -3649027 or 16601544. OLE color: 16601544.
HSL color Cylindrical-coordinate representation of color #C851FD: hue angle of 281.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C851FD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 81 | 253 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.01 |
| HSL | 281.51º | 0.98% | 0.65% | - |
| HSV(B) | 281.51º | 0.68% | 0.99% | - |
| XYZ | 44.49 | 25.26 | 95.46 | - |
| YUV | 136.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 253 | 0.21 | 0.68 | 0 | 0.01 | 281.51 | 0.98 | 0.65 |
| Hex | C8 | 51 | FD | 15 | 44 | 0 | 1 | 11A | 62 | 41 |
| Octal | 310 | 121 | 375 | 25 | 104 | 0 | 1 | 432 | 142 | 101 |
| Binary | 11001000 | 1010001 | 11111101 | 10101 | 1000100 | 0 | 1 | 100011010 | 1100010 | 1000001 |
Color Harmonies of #C851FD
Complementary color
Monochromatic Colors of #C851FD
Black with #C851FD
Text Example
Text Example
White with #C851FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851FD; }
p { color: rgb(200,81,253); }
H1.HeaderClassName
{
color: #C851FD;
}
.AnyTagClassName
{
color: #C851FD;
}
</style>
background-color css
<style>
a { background-color: #C851FD; }
a { background-color: rgb(200,81,253); }
div.DivClassName
{
background-color: #C851FD;
}
.BgClassName
{
background-color: #C851FD;
}
</style>
border-color css
<style>
span { border-color: #C851FD; }
span { border-color: rgb(200,81,253); }
td.TdClassName
{
border-color: #C851FD;
}
.TagClassName
{
border-color: #C851FD;
}
</style>