Shades of Orchid #C980BC
Tints of Orchid #C980BC
RGB
CMYK
RGB Variations
Color information
#C980BC (or 0xC980BC) is known color: Orchid. HEX triplet: C9, 80 and BC. RGB value is (201,128,188). Sum of RGB (Red+Green+Blue) = 201+128+188=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BC is #367F43. Grayscale: #9C9C9C. Windows color (decimal): -3571524 or 12353737. OLE color: 12353737.
HSL color Cylindrical-coordinate representation of color #C980BC: hue angle of 310.68º 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 #C980BC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 188 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.21 |
| HSL | 310.68º | 0.4% | 0.65% | - |
| HSV(B) | 310.68º | 0.36% | 0.79% | - |
| XYZ | 40.88 | 31.49 | 51.5 | - |
| YUV | 156.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 188 | 0 | 0.36 | 0.06 | 0.21 | 310.68 | 0.4 | 0.65 |
| Hex | C9 | 80 | BC | 0 | 24 | 6 | 15 | 137 | 28 | 41 |
| Octal | 311 | 200 | 274 | 0 | 44 | 6 | 25 | 467 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10111100 | 0 | 100100 | 110 | 10101 | 100110111 | 101000 | 1000001 |
Color Harmonies of #C980BC
Complementary color
Monochromatic Colors of #C980BC
Black with #C980BC
Text Example
Text Example
White with #C980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980BC; }
p { color: rgb(201,128,188); }
H1.HeaderClassName
{
color: #C980BC;
}
.AnyTagClassName
{
color: #C980BC;
}
</style>
background-color css
<style>
a { background-color: #C980BC; }
a { background-color: rgb(201,128,188); }
div.DivClassName
{
background-color: #C980BC;
}
.BgClassName
{
background-color: #C980BC;
}
</style>
border-color css
<style>
span { border-color: #C980BC; }
span { border-color: rgb(201,128,188); }
td.TdClassName
{
border-color: #C980BC;
}
.TagClassName
{
border-color: #C980BC;
}
</style>