Shades of Heliotrope #C875F3
Tints of Heliotrope #C875F3
RGB
CMYK
RGB Variations
Color information
#C875F3 (or 0xC875F3) is known color: Heliotrope. HEX triplet: C8, 75 and F3. RGB value is (200,117,243). Sum of RGB (Red+Green+Blue) = 200+117+243=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #C875F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C875F3 is #378A0C. Grayscale: #9B9B9B. Windows color (decimal): -3639821 or 15955400. OLE color: 15955400.
HSL color Cylindrical-coordinate representation of color #C875F3: hue angle of 279.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C875F3 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 117 | 243 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.05 |
| HSL | 279.52º | 0.84% | 0.71% | - |
| HSV(B) | 279.52º | 0.52% | 0.95% | - |
| XYZ | 46.36 | 31.47 | 88.43 | - |
| YUV | 156.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 243 | 0.18 | 0.52 | 0 | 0.05 | 279.52 | 0.84 | 0.71 |
| Hex | C8 | 75 | F3 | 12 | 34 | 0 | 5 | 118 | 54 | 47 |
| Octal | 310 | 165 | 363 | 22 | 64 | 0 | 5 | 430 | 124 | 107 |
| Binary | 11001000 | 1110101 | 11110011 | 10010 | 110100 | 0 | 101 | 100011000 | 1010100 | 1000111 |
Color Harmonies of #C875F3
Complementary color
Monochromatic Colors of #C875F3
Black with #C875F3
Text Example
Text Example
White with #C875F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875F3; }
p { color: rgb(200,117,243); }
H1.HeaderClassName
{
color: #C875F3;
}
.AnyTagClassName
{
color: #C875F3;
}
</style>
background-color css
<style>
a { background-color: #C875F3; }
a { background-color: rgb(200,117,243); }
div.DivClassName
{
background-color: #C875F3;
}
.BgClassName
{
background-color: #C875F3;
}
</style>
border-color css
<style>
span { border-color: #C875F3; }
span { border-color: rgb(200,117,243); }
td.TdClassName
{
border-color: #C875F3;
}
.TagClassName
{
border-color: #C875F3;
}
</style>