Shades of Orchid #C880CB
Tints of Orchid #C880CB
RGB
CMYK
RGB Variations
Color information
#C880CB (or 0xC880CB) is known color: Orchid. HEX triplet: C8, 80 and CB. RGB value is (200,128,203). Sum of RGB (Red+Green+Blue) = 200+128+203=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C880CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880CB is #377F34. Grayscale: #9D9D9D. Windows color (decimal): -3637045 or 13336776. OLE color: 13336776.
HSL color Cylindrical-coordinate representation of color #C880CB: hue angle of 297.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C880CB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 128 | 203 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.20 |
| HSL | 297.6º | 0.42% | 0.65% | - |
| HSV(B) | 297.6º | 0.37% | 0.8% | - |
| XYZ | 42.32 | 32.03 | 60.45 | - |
| YUV | 158.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 203 | 0.01 | 0.37 | 0 | 0.20 | 297.6 | 0.42 | 0.65 |
| Hex | C8 | 80 | CB | 1 | 25 | 0 | 14 | 12A | 2A | 41 |
| Octal | 310 | 200 | 313 | 1 | 45 | 0 | 24 | 452 | 52 | 101 |
| Binary | 11001000 | 10000000 | 11001011 | 1 | 100101 | 0 | 10100 | 100101010 | 101010 | 1000001 |
Color Harmonies of #C880CB
Complementary color
Monochromatic Colors of #C880CB
Black with #C880CB
Text Example
Text Example
White with #C880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880CB; }
p { color: rgb(200,128,203); }
H1.HeaderClassName
{
color: #C880CB;
}
.AnyTagClassName
{
color: #C880CB;
}
</style>
background-color css
<style>
a { background-color: #C880CB; }
a { background-color: rgb(200,128,203); }
div.DivClassName
{
background-color: #C880CB;
}
.BgClassName
{
background-color: #C880CB;
}
</style>
border-color css
<style>
span { border-color: #C880CB; }
span { border-color: rgb(200,128,203); }
td.TdClassName
{
border-color: #C880CB;
}
.TagClassName
{
border-color: #C880CB;
}
</style>