Shades of Orchid #C880C7
Tints of Orchid #C880C7
RGB
CMYK
RGB Variations
Color information
#C880C7 (or 0xC880C7) is known color: Orchid. HEX triplet: C8, 80 and C7. RGB value is (200,128,199). Sum of RGB (Red+Green+Blue) = 200+128+199=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C880C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880C7 is #377F38. Grayscale: #9D9D9D. Windows color (decimal): -3637049 or 13074632. OLE color: 13074632.
HSL color Cylindrical-coordinate representation of color #C880C7: hue angle of 300.83º 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 #C880C7 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 199 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.22 |
| HSL | 300.83º | 0.4% | 0.64% | - |
| HSV(B) | 300.83º | 0.36% | 0.78% | - |
| XYZ | 41.85 | 31.84 | 57.97 | - |
| YUV | 157.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 199 | 0 | 0.36 | 0.00 | 0.22 | 300.83 | 0.4 | 0.64 |
| Hex | C8 | 80 | C7 | 0 | 24 | 0 | 16 | 12D | 28 | 40 |
| Octal | 310 | 200 | 307 | 0 | 44 | 0 | 26 | 455 | 50 | 100 |
| Binary | 11001000 | 10000000 | 11000111 | 0 | 100100 | 0 | 10110 | 100101101 | 101000 | 1000000 |
Color Harmonies of #C880C7
Complementary color
Monochromatic Colors of #C880C7
Black with #C880C7
Text Example
Text Example
White with #C880C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880C7; }
p { color: rgb(200,128,199); }
H1.HeaderClassName
{
color: #C880C7;
}
.AnyTagClassName
{
color: #C880C7;
}
</style>
background-color css
<style>
a { background-color: #C880C7; }
a { background-color: rgb(200,128,199); }
div.DivClassName
{
background-color: #C880C7;
}
.BgClassName
{
background-color: #C880C7;
}
</style>
border-color css
<style>
span { border-color: #C880C7; }
span { border-color: rgb(200,128,199); }
td.TdClassName
{
border-color: #C880C7;
}
.TagClassName
{
border-color: #C880C7;
}
</style>