Shades of Orchid #C980C0
Tints of Orchid #C980C0
RGB
CMYK
RGB Variations
Color information
#C980C0 (or 0xC980C0) is known color: Orchid. HEX triplet: C9, 80 and C0. RGB value is (201,128,192). Sum of RGB (Red+Green+Blue) = 201+128+192=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C980C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980C0 is #367F3F. Grayscale: #9C9C9C. Windows color (decimal): -3571520 or 12615881. OLE color: 12615881.
HSL color Cylindrical-coordinate representation of color #C980C0: hue angle of 307.4º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980C0 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 192 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.21 |
| HSL | 307.4º | 0.4% | 0.65% | - |
| HSV(B) | 307.4º | 0.36% | 0.79% | - |
| XYZ | 41.32 | 31.66 | 53.8 | - |
| YUV | 157.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 192 | 0 | 0.36 | 0.04 | 0.21 | 307.4 | 0.4 | 0.65 |
| Hex | C9 | 80 | C0 | 0 | 24 | 4 | 15 | 133 | 28 | 41 |
| Octal | 311 | 200 | 300 | 0 | 44 | 4 | 25 | 463 | 50 | 101 |
| Binary | 11001001 | 10000000 | 11000000 | 0 | 100100 | 100 | 10101 | 100110011 | 101000 | 1000001 |
Color Harmonies of #C980C0
Complementary color
Monochromatic Colors of #C980C0
Black with #C980C0
Text Example
Text Example
White with #C980C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980C0; }
p { color: rgb(201,128,192); }
H1.HeaderClassName
{
color: #C980C0;
}
.AnyTagClassName
{
color: #C980C0;
}
</style>
background-color css
<style>
a { background-color: #C980C0; }
a { background-color: rgb(201,128,192); }
div.DivClassName
{
background-color: #C980C0;
}
.BgClassName
{
background-color: #C980C0;
}
</style>
border-color css
<style>
span { border-color: #C980C0; }
span { border-color: rgb(201,128,192); }
td.TdClassName
{
border-color: #C980C0;
}
.TagClassName
{
border-color: #C980C0;
}
</style>