Shades of Heliotrope #C875FC
Tints of Heliotrope #C875FC
RGB
CMYK
RGB Variations
Color information
#C875FC (or 0xC875FC) is known color: Heliotrope. HEX triplet: C8, 75 and FC. RGB value is (200,117,252). Sum of RGB (Red+Green+Blue) = 200+117+252=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #C875FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875FC is #378A03. Grayscale: #9C9C9C. Windows color (decimal): -3639812 or 16545224. OLE color: 16545224.
HSL color Cylindrical-coordinate representation of color #C875FC: hue angle of 276.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C875FC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 117 | 252 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.01 |
| HSL | 276.89º | 0.96% | 0.72% | - |
| HSV(B) | 276.89º | 0.54% | 0.99% | - |
| XYZ | 47.75 | 32.03 | 95.76 | - |
| YUV | 157.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 252 | 0.21 | 0.54 | 0 | 0.01 | 276.89 | 0.96 | 0.72 |
| Hex | C8 | 75 | FC | 15 | 36 | 0 | 1 | 115 | 60 | 48 |
| Octal | 310 | 165 | 374 | 25 | 66 | 0 | 1 | 425 | 140 | 110 |
| Binary | 11001000 | 1110101 | 11111100 | 10101 | 110110 | 0 | 1 | 100010101 | 1100000 | 1001000 |
Color Harmonies of #C875FC
Complementary color
Monochromatic Colors of #C875FC
Black with #C875FC
Text Example
Text Example
White with #C875FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875FC; }
p { color: rgb(200,117,252); }
H1.HeaderClassName
{
color: #C875FC;
}
.AnyTagClassName
{
color: #C875FC;
}
</style>
background-color css
<style>
a { background-color: #C875FC; }
a { background-color: rgb(200,117,252); }
div.DivClassName
{
background-color: #C875FC;
}
.BgClassName
{
background-color: #C875FC;
}
</style>
border-color css
<style>
span { border-color: #C875FC; }
span { border-color: rgb(200,117,252); }
td.TdClassName
{
border-color: #C875FC;
}
.TagClassName
{
border-color: #C875FC;
}
</style>