Shades of Heliotrope #C875FF
Tints of Heliotrope #C875FF
RGB
CMYK
RGB Variations
Color information
#C875FF (or 0xC875FF) is known color: Heliotrope. HEX triplet: C8, 75 and FF. RGB value is (200,117,255). Sum of RGB (Red+Green+Blue) = 200+117+255=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #C875FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875FF is #378A00. Grayscale: #9D9D9D. Windows color (decimal): -3639809 or 16741832. OLE color: 16741832.
HSL color Cylindrical-coordinate representation of color #C875FF: hue angle of 276.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C875FF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 117 | 255 | - |
| CMYK | 0.22 | 0.54 | 0 | 0 |
| HSL | 276.09º | 1% | 0.73% | - |
| HSV(B) | 276.09º | 0.54% | 1% | - |
| XYZ | 48.23 | 32.22 | 98.29 | - |
| YUV | 157.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 255 | 0.22 | 0.54 | 0 | 0 | 276.09 | 1 | 0.73 |
| Hex | C8 | 75 | FF | 16 | 36 | 0 | 0 | 114 | 64 | 49 |
| Octal | 310 | 165 | 377 | 26 | 66 | 0 | 0 | 424 | 144 | 111 |
| Binary | 11001000 | 1110101 | 11111111 | 10110 | 110110 | 0 | 0 | 100010100 | 1100100 | 1001001 |
Color Harmonies of #C875FF
Complementary color
Monochromatic Colors of #C875FF
Black with #C875FF
Text Example
Text Example
White with #C875FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875FF; }
p { color: rgb(200,117,255); }
H1.HeaderClassName
{
color: #C875FF;
}
.AnyTagClassName
{
color: #C875FF;
}
</style>
background-color css
<style>
a { background-color: #C875FF; }
a { background-color: rgb(200,117,255); }
div.DivClassName
{
background-color: #C875FF;
}
.BgClassName
{
background-color: #C875FF;
}
</style>
border-color css
<style>
span { border-color: #C875FF; }
span { border-color: rgb(200,117,255); }
td.TdClassName
{
border-color: #C875FF;
}
.TagClassName
{
border-color: #C875FF;
}
</style>