Shades of Heliotrope #C880F9
Tints of Heliotrope #C880F9
RGB
CMYK
RGB Variations
Color information
#C880F9 (or 0xC880F9) is known color: Heliotrope. HEX triplet: C8, 80 and F9. RGB value is (200,128,249). Sum of RGB (Red+Green+Blue) = 200+128+249=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #C880F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880F9 is #377F06. Grayscale: #A2A2A2. Windows color (decimal): -3636999 or 16351432. OLE color: 16351432.
HSL color Cylindrical-coordinate representation of color #C880F9: hue angle of 275.7º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C880F9 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 128 | 249 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.02 |
| HSL | 275.7º | 0.91% | 0.74% | - |
| HSV(B) | 275.7º | 0.49% | 0.98% | - |
| XYZ | 48.64 | 34.56 | 93.73 | - |
| YUV | 163.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 249 | 0.20 | 0.49 | 0 | 0.02 | 275.7 | 0.91 | 0.74 |
| Hex | C8 | 80 | F9 | 14 | 31 | 0 | 2 | 114 | 5B | 4A |
| Octal | 310 | 200 | 371 | 24 | 61 | 0 | 2 | 424 | 133 | 112 |
| Binary | 11001000 | 10000000 | 11111001 | 10100 | 110001 | 0 | 10 | 100010100 | 1011011 | 1001010 |
Color Harmonies of #C880F9
Complementary color
Monochromatic Colors of #C880F9
Black with #C880F9
Text Example
Text Example
White with #C880F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880F9; }
p { color: rgb(200,128,249); }
H1.HeaderClassName
{
color: #C880F9;
}
.AnyTagClassName
{
color: #C880F9;
}
</style>
background-color css
<style>
a { background-color: #C880F9; }
a { background-color: rgb(200,128,249); }
div.DivClassName
{
background-color: #C880F9;
}
.BgClassName
{
background-color: #C880F9;
}
</style>
border-color css
<style>
span { border-color: #C880F9; }
span { border-color: rgb(200,128,249); }
td.TdClassName
{
border-color: #C880F9;
}
.TagClassName
{
border-color: #C880F9;
}
</style>