Shades of Orchid #C880D9
Tints of Orchid #C880D9
RGB
CMYK
RGB Variations
Color information
#C880D9 (or 0xC880D9) is known color: Orchid. HEX triplet: C8, 80 and D9. RGB value is (200,128,217). Sum of RGB (Red+Green+Blue) = 200+128+217=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #C880D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880D9 is #377F26. Grayscale: #9F9F9F. Windows color (decimal): -3637031 or 14254280. OLE color: 14254280.
HSL color Cylindrical-coordinate representation of color #C880D9: hue angle of 288.54º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C880D9 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 128 | 217 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.15 |
| HSL | 288.54º | 0.54% | 0.68% | - |
| HSV(B) | 288.54º | 0.41% | 0.85% | - |
| XYZ | 44.06 | 32.73 | 69.64 | - |
| YUV | 159.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 217 | 0.08 | 0.41 | 0 | 0.15 | 288.54 | 0.54 | 0.68 |
| Hex | C8 | 80 | D9 | 8 | 29 | 0 | F | 121 | 36 | 44 |
| Octal | 310 | 200 | 331 | 10 | 51 | 0 | 17 | 441 | 66 | 104 |
| Binary | 11001000 | 10000000 | 11011001 | 1000 | 101001 | 0 | 1111 | 100100001 | 110110 | 1000100 |
Color Harmonies of #C880D9
Complementary color
Monochromatic Colors of #C880D9
Black with #C880D9
Text Example
Text Example
White with #C880D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880D9; }
p { color: rgb(200,128,217); }
H1.HeaderClassName
{
color: #C880D9;
}
.AnyTagClassName
{
color: #C880D9;
}
</style>
background-color css
<style>
a { background-color: #C880D9; }
a { background-color: rgb(200,128,217); }
div.DivClassName
{
background-color: #C880D9;
}
.BgClassName
{
background-color: #C880D9;
}
</style>
border-color css
<style>
span { border-color: #C880D9; }
span { border-color: rgb(200,128,217); }
td.TdClassName
{
border-color: #C880D9;
}
.TagClassName
{
border-color: #C880D9;
}
</style>