Shades of Orchid #C880DC
Tints of Orchid #C880DC
RGB
CMYK
RGB Variations
Color information
#C880DC (or 0xC880DC) is known color: Orchid. HEX triplet: C8, 80 and DC. RGB value is (200,128,220). Sum of RGB (Red+Green+Blue) = 200+128+220=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C880DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880DC is #377F23. Grayscale: #9F9F9F. Windows color (decimal): -3637028 or 14450888. OLE color: 14450888.
HSL color Cylindrical-coordinate representation of color #C880DC: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C880DC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 128 | 220 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.14 |
| HSL | 286.96º | 0.57% | 0.68% | - |
| HSV(B) | 286.96º | 0.42% | 0.86% | - |
| XYZ | 44.46 | 32.89 | 71.71 | - |
| YUV | 160.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 220 | 0.09 | 0.42 | 0 | 0.14 | 286.96 | 0.57 | 0.68 |
| Hex | C8 | 80 | DC | 9 | 2A | 0 | E | 11F | 39 | 44 |
| Octal | 310 | 200 | 334 | 11 | 52 | 0 | 16 | 437 | 71 | 104 |
| Binary | 11001000 | 10000000 | 11011100 | 1001 | 101010 | 0 | 1110 | 100011111 | 111001 | 1000100 |
Color Harmonies of #C880DC
Complementary color
Monochromatic Colors of #C880DC
Black with #C880DC
Text Example
Text Example
White with #C880DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880DC; }
p { color: rgb(200,128,220); }
H1.HeaderClassName
{
color: #C880DC;
}
.AnyTagClassName
{
color: #C880DC;
}
</style>
background-color css
<style>
a { background-color: #C880DC; }
a { background-color: rgb(200,128,220); }
div.DivClassName
{
background-color: #C880DC;
}
.BgClassName
{
background-color: #C880DC;
}
</style>
border-color css
<style>
span { border-color: #C880DC; }
span { border-color: rgb(200,128,220); }
td.TdClassName
{
border-color: #C880DC;
}
.TagClassName
{
border-color: #C880DC;
}
</style>