Shades of Heliotrope #C87DFC
Tints of Heliotrope #C87DFC
RGB
CMYK
RGB Variations
Color information
#C87DFC (or 0xC87DFC) is known color: Heliotrope. HEX triplet: C8, 7D and FC. RGB value is (200,125,252). Sum of RGB (Red+Green+Blue) = 200+125+252=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #C87DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87DFC is #378203. Grayscale: #A1A1A1. Windows color (decimal): -3637764 or 16547272. OLE color: 16547272.
HSL color Cylindrical-coordinate representation of color #C87DFC: hue angle of 275.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87DFC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 125 | 252 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.01 |
| HSL | 275.43º | 0.95% | 0.74% | - |
| HSV(B) | 275.43º | 0.5% | 0.99% | - |
| XYZ | 48.72 | 33.97 | 96.09 | - |
| YUV | 161.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 252 | 0.21 | 0.50 | 0 | 0.01 | 275.43 | 0.95 | 0.74 |
| Hex | C8 | 7D | FC | 15 | 32 | 0 | 1 | 113 | 5F | 4A |
| Octal | 310 | 175 | 374 | 25 | 62 | 0 | 1 | 423 | 137 | 112 |
| Binary | 11001000 | 1111101 | 11111100 | 10101 | 110010 | 0 | 1 | 100010011 | 1011111 | 1001010 |
Color Harmonies of #C87DFC
Complementary color
Monochromatic Colors of #C87DFC
Black with #C87DFC
Text Example
Text Example
White with #C87DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DFC; }
p { color: rgb(200,125,252); }
H1.HeaderClassName
{
color: #C87DFC;
}
.AnyTagClassName
{
color: #C87DFC;
}
</style>
background-color css
<style>
a { background-color: #C87DFC; }
a { background-color: rgb(200,125,252); }
div.DivClassName
{
background-color: #C87DFC;
}
.BgClassName
{
background-color: #C87DFC;
}
</style>
border-color css
<style>
span { border-color: #C87DFC; }
span { border-color: rgb(200,125,252); }
td.TdClassName
{
border-color: #C87DFC;
}
.TagClassName
{
border-color: #C87DFC;
}
</style>