Shades of Orchid #C980DC
Tints of Orchid #C980DC
RGB
CMYK
RGB Variations
Color information
#C980DC (or 0xC980DC) is known color: Orchid. HEX triplet: C9, 80 and DC. RGB value is (201,128,220). Sum of RGB (Red+Green+Blue) = 201+128+220=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C980DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DC is #367F23. Grayscale: #A0A0A0. Windows color (decimal): -3571492 or 14450889. OLE color: 14450889.
HSL color Cylindrical-coordinate representation of color #C980DC: hue angle of 287.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C980DC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 128 | 220 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.14 |
| HSL | 287.61º | 0.57% | 0.68% | - |
| HSV(B) | 287.61º | 0.42% | 0.86% | - |
| XYZ | 44.72 | 33.02 | 71.73 | - |
| YUV | 160.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 220 | 0.09 | 0.42 | 0 | 0.14 | 287.61 | 0.57 | 0.68 |
| Hex | C9 | 80 | DC | 9 | 2A | 0 | E | 120 | 39 | 44 |
| Octal | 311 | 200 | 334 | 11 | 52 | 0 | 16 | 440 | 71 | 104 |
| Binary | 11001001 | 10000000 | 11011100 | 1001 | 101010 | 0 | 1110 | 100100000 | 111001 | 1000100 |
Color Harmonies of #C980DC
Complementary color
Monochromatic Colors of #C980DC
Black with #C980DC
Text Example
Text Example
White with #C980DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980DC; }
p { color: rgb(201,128,220); }
H1.HeaderClassName
{
color: #C980DC;
}
.AnyTagClassName
{
color: #C980DC;
}
</style>
background-color css
<style>
a { background-color: #C980DC; }
a { background-color: rgb(201,128,220); }
div.DivClassName
{
background-color: #C980DC;
}
.BgClassName
{
background-color: #C980DC;
}
</style>
border-color css
<style>
span { border-color: #C980DC; }
span { border-color: rgb(201,128,220); }
td.TdClassName
{
border-color: #C980DC;
}
.TagClassName
{
border-color: #C980DC;
}
</style>