Shades of Heliotrope #C884F0
Tints of Heliotrope #C884F0
RGB
CMYK
RGB Variations
Color information
#C884F0 (or 0xC884F0) is known color: Heliotrope. HEX triplet: C8, 84 and F0. RGB value is (200,132,240). Sum of RGB (Red+Green+Blue) = 200+132+240=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #C884F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884F0 is #377B0F. Grayscale: #A4A4A4. Windows color (decimal): -3635984 or 15762632. OLE color: 15762632.
HSL color Cylindrical-coordinate representation of color #C884F0: hue angle of 277.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C884F0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 132 | 240 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.06 |
| HSL | 277.78º | 0.78% | 0.73% | - |
| HSV(B) | 277.78º | 0.45% | 0.94% | - |
| XYZ | 47.8 | 35.07 | 86.69 | - |
| YUV | 164.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 240 | 0.17 | 0.45 | 0 | 0.06 | 277.78 | 0.78 | 0.73 |
| Hex | C8 | 84 | F0 | 11 | 2D | 0 | 6 | 116 | 4E | 49 |
| Octal | 310 | 204 | 360 | 21 | 55 | 0 | 6 | 426 | 116 | 111 |
| Binary | 11001000 | 10000100 | 11110000 | 10001 | 101101 | 0 | 110 | 100010110 | 1001110 | 1001001 |
Color Harmonies of #C884F0
Complementary color
Monochromatic Colors of #C884F0
Black with #C884F0
Text Example
Text Example
White with #C884F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884F0; }
p { color: rgb(200,132,240); }
H1.HeaderClassName
{
color: #C884F0;
}
.AnyTagClassName
{
color: #C884F0;
}
</style>
background-color css
<style>
a { background-color: #C884F0; }
a { background-color: rgb(200,132,240); }
div.DivClassName
{
background-color: #C884F0;
}
.BgClassName
{
background-color: #C884F0;
}
</style>
border-color css
<style>
span { border-color: #C884F0; }
span { border-color: rgb(200,132,240); }
td.TdClassName
{
border-color: #C884F0;
}
.TagClassName
{
border-color: #C884F0;
}
</style>