Shades of Heliotrope #C880FB
Tints of Heliotrope #C880FB
RGB
CMYK
RGB Variations
Color information
#C880FB (or 0xC880FB) is known color: Heliotrope. HEX triplet: C8, 80 and FB. RGB value is (200,128,251). Sum of RGB (Red+Green+Blue) = 200+128+251=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #C880FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880FB is #377F04. Grayscale: #A3A3A3. Windows color (decimal): -3636997 or 16482504. OLE color: 16482504.
HSL color Cylindrical-coordinate representation of color #C880FB: hue angle of 275.12º degrees, saturation: 0.94, 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 #C880FB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 128 | 251 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.02 |
| HSL | 275.12º | 0.94% | 0.74% | - |
| HSV(B) | 275.12º | 0.49% | 0.98% | - |
| XYZ | 48.95 | 34.68 | 95.38 | - |
| YUV | 163.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 251 | 0.20 | 0.49 | 0 | 0.02 | 275.12 | 0.94 | 0.74 |
| Hex | C8 | 80 | FB | 14 | 31 | 0 | 2 | 113 | 5E | 4A |
| Octal | 310 | 200 | 373 | 24 | 61 | 0 | 2 | 423 | 136 | 112 |
| Binary | 11001000 | 10000000 | 11111011 | 10100 | 110001 | 0 | 10 | 100010011 | 1011110 | 1001010 |
Color Harmonies of #C880FB
Complementary color
Monochromatic Colors of #C880FB
Black with #C880FB
Text Example
Text Example
White with #C880FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880FB; }
p { color: rgb(200,128,251); }
H1.HeaderClassName
{
color: #C880FB;
}
.AnyTagClassName
{
color: #C880FB;
}
</style>
background-color css
<style>
a { background-color: #C880FB; }
a { background-color: rgb(200,128,251); }
div.DivClassName
{
background-color: #C880FB;
}
.BgClassName
{
background-color: #C880FB;
}
</style>
border-color css
<style>
span { border-color: #C880FB; }
span { border-color: rgb(200,128,251); }
td.TdClassName
{
border-color: #C880FB;
}
.TagClassName
{
border-color: #C880FB;
}
</style>