Shades of Heliotrope #C880FD
Tints of Heliotrope #C880FD
RGB
CMYK
RGB Variations
Color information
#C880FD (or 0xC880FD) is known color: Heliotrope. HEX triplet: C8, 80 and FD. RGB value is (200,128,253). Sum of RGB (Red+Green+Blue) = 200+128+253=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C880FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880FD is #377F02. Grayscale: #A3A3A3. Windows color (decimal): -3636995 or 16613576. OLE color: 16613576.
HSL color Cylindrical-coordinate representation of color #C880FD: hue angle of 274.56º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C880FD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 128 | 253 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.01 |
| HSL | 274.56º | 0.97% | 0.75% | - |
| HSV(B) | 274.56º | 0.49% | 0.99% | - |
| XYZ | 49.27 | 34.81 | 97.05 | - |
| YUV | 163.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 253 | 0.21 | 0.49 | 0 | 0.01 | 274.56 | 0.97 | 0.75 |
| Hex | C8 | 80 | FD | 15 | 31 | 0 | 1 | 113 | 61 | 4B |
| Octal | 310 | 200 | 375 | 25 | 61 | 0 | 1 | 423 | 141 | 113 |
| Binary | 11001000 | 10000000 | 11111101 | 10101 | 110001 | 0 | 1 | 100010011 | 1100001 | 1001011 |
Color Harmonies of #C880FD
Complementary color
Monochromatic Colors of #C880FD
Black with #C880FD
Text Example
Text Example
White with #C880FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880FD; }
p { color: rgb(200,128,253); }
H1.HeaderClassName
{
color: #C880FD;
}
.AnyTagClassName
{
color: #C880FD;
}
</style>
background-color css
<style>
a { background-color: #C880FD; }
a { background-color: rgb(200,128,253); }
div.DivClassName
{
background-color: #C880FD;
}
.BgClassName
{
background-color: #C880FD;
}
</style>
border-color css
<style>
span { border-color: #C880FD; }
span { border-color: rgb(200,128,253); }
td.TdClassName
{
border-color: #C880FD;
}
.TagClassName
{
border-color: #C880FD;
}
</style>