Shades of Orchid #C980DD
Tints of Orchid #C980DD
RGB
CMYK
RGB Variations
Color information
#C980DD (or 0xC980DD) is known color: Orchid. HEX triplet: C9, 80 and DD. RGB value is (201,128,221). Sum of RGB (Red+Green+Blue) = 201+128+221=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C980DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DD is #367F22. Grayscale: #A0A0A0. Windows color (decimal): -3571491 or 14516425. OLE color: 14516425.
HSL color Cylindrical-coordinate representation of color #C980DD: hue angle of 287.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C980DD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 128 | 221 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.13 |
| HSL | 287.1º | 0.58% | 0.68% | - |
| HSV(B) | 287.1º | 0.42% | 0.87% | - |
| XYZ | 44.86 | 33.08 | 72.43 | - |
| YUV | 160.43 | 162.18 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 221 | 0.09 | 0.42 | 0 | 0.13 | 287.1 | 0.58 | 0.68 |
| Hex | C9 | 80 | DD | 9 | 2A | 0 | D | 11F | 3A | 44 |
| Octal | 311 | 200 | 335 | 11 | 52 | 0 | 15 | 437 | 72 | 104 |
| Binary | 11001001 | 10000000 | 11011101 | 1001 | 101010 | 0 | 1101 | 100011111 | 111010 | 1000100 |
Color Harmonies of #C980DD
Complementary color
Monochromatic Colors of #C980DD
Black with #C980DD
Text Example
Text Example
White with #C980DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980DD; }
p { color: rgb(201,128,221); }
H1.HeaderClassName
{
color: #C980DD;
}
.AnyTagClassName
{
color: #C980DD;
}
</style>
background-color css
<style>
a { background-color: #C980DD; }
a { background-color: rgb(201,128,221); }
div.DivClassName
{
background-color: #C980DD;
}
.BgClassName
{
background-color: #C980DD;
}
</style>
border-color css
<style>
span { border-color: #C980DD; }
span { border-color: rgb(201,128,221); }
td.TdClassName
{
border-color: #C980DD;
}
.TagClassName
{
border-color: #C980DD;
}
</style>