Shades of Orchid #C880BD
Tints of Orchid #C880BD
RGB
CMYK
RGB Variations
Color information
#C880BD (or 0xC880BD) is known color: Orchid. HEX triplet: C8, 80 and BD. RGB value is (200,128,189). Sum of RGB (Red+Green+Blue) = 200+128+189=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C880BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880BD is #377F42. Grayscale: #9C9C9C. Windows color (decimal): -3637059 or 12419272. OLE color: 12419272.
HSL color Cylindrical-coordinate representation of color #C880BD: hue angle of 309.17º 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 #C880BD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 189 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.22 |
| HSL | 309.17º | 0.4% | 0.64% | - |
| HSV(B) | 309.17º | 0.36% | 0.78% | - |
| XYZ | 40.72 | 31.39 | 52.06 | - |
| YUV | 156.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 189 | 0 | 0.36 | 0.06 | 0.22 | 309.17 | 0.4 | 0.64 |
| Hex | C8 | 80 | BD | 0 | 24 | 6 | 16 | 135 | 28 | 40 |
| Octal | 310 | 200 | 275 | 0 | 44 | 6 | 26 | 465 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10111101 | 0 | 100100 | 110 | 10110 | 100110101 | 101000 | 1000000 |
Color Harmonies of #C880BD
Complementary color
Monochromatic Colors of #C880BD
Black with #C880BD
Text Example
Text Example
White with #C880BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880BD; }
p { color: rgb(200,128,189); }
H1.HeaderClassName
{
color: #C880BD;
}
.AnyTagClassName
{
color: #C880BD;
}
</style>
background-color css
<style>
a { background-color: #C880BD; }
a { background-color: rgb(200,128,189); }
div.DivClassName
{
background-color: #C880BD;
}
.BgClassName
{
background-color: #C880BD;
}
</style>
border-color css
<style>
span { border-color: #C880BD; }
span { border-color: rgb(200,128,189); }
td.TdClassName
{
border-color: #C880BD;
}
.TagClassName
{
border-color: #C880BD;
}
</style>