Shades of Orchid #C880C0
Tints of Orchid #C880C0
RGB
CMYK
RGB Variations
Color information
#C880C0 (or 0xC880C0) is known color: Orchid. HEX triplet: C8, 80 and C0. RGB value is (200,128,192). Sum of RGB (Red+Green+Blue) = 200+128+192=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C880C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880C0 is #377F3F. Grayscale: #9C9C9C. Windows color (decimal): -3637056 or 12615880. OLE color: 12615880.
HSL color Cylindrical-coordinate representation of color #C880C0: hue angle of 306.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C880C0 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 192 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.22 |
| HSL | 306.67º | 0.4% | 0.64% | - |
| HSV(B) | 306.67º | 0.36% | 0.78% | - |
| XYZ | 41.05 | 31.52 | 53.79 | - |
| YUV | 156.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 192 | 0 | 0.36 | 0.04 | 0.22 | 306.67 | 0.4 | 0.64 |
| Hex | C8 | 80 | C0 | 0 | 24 | 4 | 16 | 133 | 28 | 40 |
| Octal | 310 | 200 | 300 | 0 | 44 | 4 | 26 | 463 | 50 | 100 |
| Binary | 11001000 | 10000000 | 11000000 | 0 | 100100 | 100 | 10110 | 100110011 | 101000 | 1000000 |
Color Harmonies of #C880C0
Complementary color
Monochromatic Colors of #C880C0
Black with #C880C0
Text Example
Text Example
White with #C880C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880C0; }
p { color: rgb(200,128,192); }
H1.HeaderClassName
{
color: #C880C0;
}
.AnyTagClassName
{
color: #C880C0;
}
</style>
background-color css
<style>
a { background-color: #C880C0; }
a { background-color: rgb(200,128,192); }
div.DivClassName
{
background-color: #C880C0;
}
.BgClassName
{
background-color: #C880C0;
}
</style>
border-color css
<style>
span { border-color: #C880C0; }
span { border-color: rgb(200,128,192); }
td.TdClassName
{
border-color: #C880C0;
}
.TagClassName
{
border-color: #C880C0;
}
</style>