Shades of Orchid #C980D9
Tints of Orchid #C980D9
RGB
CMYK
RGB Variations
Color information
#C980D9 (or 0xC980D9) is known color: Orchid. HEX triplet: C9, 80 and D9. RGB value is (201,128,217). Sum of RGB (Red+Green+Blue) = 201+128+217=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #C980D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D9 is #367F26. Grayscale: #9F9F9F. Windows color (decimal): -3571495 or 14254281. OLE color: 14254281.
HSL color Cylindrical-coordinate representation of color #C980D9: hue angle of 289.21º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C980D9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 128 | 217 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 289.21º | 0.54% | 0.68% | - |
| HSV(B) | 289.21º | 0.41% | 0.85% | - |
| XYZ | 44.33 | 32.87 | 69.65 | - |
| YUV | 159.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 217 | 0.07 | 0.41 | 0 | 0.15 | 289.21 | 0.54 | 0.68 |
| Hex | C9 | 80 | D9 | 7 | 29 | 0 | F | 121 | 36 | 44 |
| Octal | 311 | 200 | 331 | 7 | 51 | 0 | 17 | 441 | 66 | 104 |
| Binary | 11001001 | 10000000 | 11011001 | 111 | 101001 | 0 | 1111 | 100100001 | 110110 | 1000100 |
Color Harmonies of #C980D9
Complementary color
Monochromatic Colors of #C980D9
Black with #C980D9
Text Example
Text Example
White with #C980D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980D9; }
p { color: rgb(201,128,217); }
H1.HeaderClassName
{
color: #C980D9;
}
.AnyTagClassName
{
color: #C980D9;
}
</style>
background-color css
<style>
a { background-color: #C980D9; }
a { background-color: rgb(201,128,217); }
div.DivClassName
{
background-color: #C980D9;
}
.BgClassName
{
background-color: #C980D9;
}
</style>
border-color css
<style>
span { border-color: #C980D9; }
span { border-color: rgb(201,128,217); }
td.TdClassName
{
border-color: #C980D9;
}
.TagClassName
{
border-color: #C980D9;
}
</style>