Shades of Orchid #C880D5
Tints of Orchid #C880D5
RGB
CMYK
RGB Variations
Color information
#C880D5 (or 0xC880D5) is known color: Orchid. HEX triplet: C8, 80 and D5. RGB value is (200,128,213). Sum of RGB (Red+Green+Blue) = 200+128+213=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #C880D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880D5 is #377F2A. Grayscale: #9E9E9E. Windows color (decimal): -3637035 or 13992136. OLE color: 13992136.
HSL color Cylindrical-coordinate representation of color #C880D5: hue angle of 290.82º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C880D5 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 128 | 213 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.16 |
| HSL | 290.82º | 0.5% | 0.67% | - |
| HSV(B) | 290.82º | 0.4% | 0.84% | - |
| XYZ | 43.55 | 32.52 | 66.93 | - |
| YUV | 159.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 213 | 0.06 | 0.40 | 0 | 0.16 | 290.82 | 0.5 | 0.67 |
| Hex | C8 | 80 | D5 | 6 | 28 | 0 | 10 | 123 | 32 | 43 |
| Octal | 310 | 200 | 325 | 6 | 50 | 0 | 20 | 443 | 62 | 103 |
| Binary | 11001000 | 10000000 | 11010101 | 110 | 101000 | 0 | 10000 | 100100011 | 110010 | 1000011 |
Color Harmonies of #C880D5
Complementary color
Monochromatic Colors of #C880D5
Black with #C880D5
Text Example
Text Example
White with #C880D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880D5; }
p { color: rgb(200,128,213); }
H1.HeaderClassName
{
color: #C880D5;
}
.AnyTagClassName
{
color: #C880D5;
}
</style>
background-color css
<style>
a { background-color: #C880D5; }
a { background-color: rgb(200,128,213); }
div.DivClassName
{
background-color: #C880D5;
}
.BgClassName
{
background-color: #C880D5;
}
</style>
border-color css
<style>
span { border-color: #C880D5; }
span { border-color: rgb(200,128,213); }
td.TdClassName
{
border-color: #C880D5;
}
.TagClassName
{
border-color: #C880D5;
}
</style>