Shades of Heliotrope #C875F0
Tints of Heliotrope #C875F0
RGB
CMYK
RGB Variations
Color information
#C875F0 (or 0xC875F0) is known color: Heliotrope. HEX triplet: C8, 75 and F0. RGB value is (200,117,240). Sum of RGB (Red+Green+Blue) = 200+117+240=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #C875F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875F0 is #378A0F. Grayscale: #9B9B9B. Windows color (decimal): -3639824 or 15758792. OLE color: 15758792.
HSL color Cylindrical-coordinate representation of color #C875F0: hue angle of 280.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C875F0 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 117 | 240 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.06 |
| HSL | 280.49º | 0.8% | 0.7% | - |
| HSV(B) | 280.49º | 0.51% | 0.94% | - |
| XYZ | 45.91 | 31.29 | 86.06 | - |
| YUV | 155.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 240 | 0.17 | 0.51 | 0 | 0.06 | 280.49 | 0.8 | 0.7 |
| Hex | C8 | 75 | F0 | 11 | 33 | 0 | 6 | 118 | 50 | 46 |
| Octal | 310 | 165 | 360 | 21 | 63 | 0 | 6 | 430 | 120 | 106 |
| Binary | 11001000 | 1110101 | 11110000 | 10001 | 110011 | 0 | 110 | 100011000 | 1010000 | 1000110 |
Color Harmonies of #C875F0
Complementary color
Monochromatic Colors of #C875F0
Black with #C875F0
Text Example
Text Example
White with #C875F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875F0; }
p { color: rgb(200,117,240); }
H1.HeaderClassName
{
color: #C875F0;
}
.AnyTagClassName
{
color: #C875F0;
}
</style>
background-color css
<style>
a { background-color: #C875F0; }
a { background-color: rgb(200,117,240); }
div.DivClassName
{
background-color: #C875F0;
}
.BgClassName
{
background-color: #C875F0;
}
</style>
border-color css
<style>
span { border-color: #C875F0; }
span { border-color: rgb(200,117,240); }
td.TdClassName
{
border-color: #C875F0;
}
.TagClassName
{
border-color: #C875F0;
}
</style>