Shades of Heliotrope #C880F1
Tints of Heliotrope #C880F1
RGB
CMYK
RGB Variations
Color information
#C880F1 (or 0xC880F1) is known color: Heliotrope. HEX triplet: C8, 80 and F1. RGB value is (200,128,241). Sum of RGB (Red+Green+Blue) = 200+128+241=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #C880F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880F1 is #377F0E. Grayscale: #A2A2A2. Windows color (decimal): -3637007 or 15827144. OLE color: 15827144.
HSL color Cylindrical-coordinate representation of color #C880F1: hue angle of 278.23º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C880F1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 128 | 241 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.05 |
| HSL | 278.23º | 0.8% | 0.72% | - |
| HSV(B) | 278.23º | 0.47% | 0.95% | - |
| XYZ | 47.42 | 34.07 | 87.3 | - |
| YUV | 162.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 241 | 0.17 | 0.47 | 0 | 0.05 | 278.23 | 0.8 | 0.72 |
| Hex | C8 | 80 | F1 | 11 | 2F | 0 | 5 | 116 | 50 | 48 |
| Octal | 310 | 200 | 361 | 21 | 57 | 0 | 5 | 426 | 120 | 110 |
| Binary | 11001000 | 10000000 | 11110001 | 10001 | 101111 | 0 | 101 | 100010110 | 1010000 | 1001000 |
Color Harmonies of #C880F1
Complementary color
Monochromatic Colors of #C880F1
Black with #C880F1
Text Example
Text Example
White with #C880F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880F1; }
p { color: rgb(200,128,241); }
H1.HeaderClassName
{
color: #C880F1;
}
.AnyTagClassName
{
color: #C880F1;
}
</style>
background-color css
<style>
a { background-color: #C880F1; }
a { background-color: rgb(200,128,241); }
div.DivClassName
{
background-color: #C880F1;
}
.BgClassName
{
background-color: #C880F1;
}
</style>
border-color css
<style>
span { border-color: #C880F1; }
span { border-color: rgb(200,128,241); }
td.TdClassName
{
border-color: #C880F1;
}
.TagClassName
{
border-color: #C880F1;
}
</style>