Shades of Heliotrope #C875F9
Tints of Heliotrope #C875F9
RGB
CMYK
RGB Variations
Color information
#C875F9 (or 0xC875F9) is known color: Heliotrope. HEX triplet: C8, 75 and F9. RGB value is (200,117,249). Sum of RGB (Red+Green+Blue) = 200+117+249=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #C875F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875F9 is #378A06. Grayscale: #9C9C9C. Windows color (decimal): -3639815 or 16348616. OLE color: 16348616.
HSL color Cylindrical-coordinate representation of color #C875F9: hue angle of 277.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C875F9 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 117 | 249 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.02 |
| HSL | 277.73º | 0.92% | 0.72% | - |
| HSV(B) | 277.73º | 0.53% | 0.98% | - |
| XYZ | 47.28 | 31.84 | 93.28 | - |
| YUV | 156.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 249 | 0.20 | 0.53 | 0 | 0.02 | 277.73 | 0.92 | 0.72 |
| Hex | C8 | 75 | F9 | 14 | 35 | 0 | 2 | 116 | 5C | 48 |
| Octal | 310 | 165 | 371 | 24 | 65 | 0 | 2 | 426 | 134 | 110 |
| Binary | 11001000 | 1110101 | 11111001 | 10100 | 110101 | 0 | 10 | 100010110 | 1011100 | 1001000 |
Color Harmonies of #C875F9
Complementary color
Monochromatic Colors of #C875F9
Black with #C875F9
Text Example
Text Example
White with #C875F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875F9; }
p { color: rgb(200,117,249); }
H1.HeaderClassName
{
color: #C875F9;
}
.AnyTagClassName
{
color: #C875F9;
}
</style>
background-color css
<style>
a { background-color: #C875F9; }
a { background-color: rgb(200,117,249); }
div.DivClassName
{
background-color: #C875F9;
}
.BgClassName
{
background-color: #C875F9;
}
</style>
border-color css
<style>
span { border-color: #C875F9; }
span { border-color: rgb(200,117,249); }
td.TdClassName
{
border-color: #C875F9;
}
.TagClassName
{
border-color: #C875F9;
}
</style>