Shades of Orchid #C980D8
Tints of Orchid #C980D8
RGB
CMYK
RGB Variations
Color information
#C980D8 (or 0xC980D8) is known color: Orchid. HEX triplet: C9, 80 and D8. RGB value is (201,128,216). Sum of RGB (Red+Green+Blue) = 201+128+216=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #C980D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D8 is #367F27. Grayscale: #9F9F9F. Windows color (decimal): -3571496 or 14188745. OLE color: 14188745.
HSL color Cylindrical-coordinate representation of color #C980D8: hue angle of 289.77º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C980D8 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 128 | 216 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 289.77º | 0.53% | 0.67% | - |
| HSV(B) | 289.77º | 0.41% | 0.85% | - |
| XYZ | 44.2 | 32.81 | 68.97 | - |
| YUV | 159.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 216 | 0.07 | 0.41 | 0 | 0.15 | 289.77 | 0.53 | 0.67 |
| Hex | C9 | 80 | D8 | 7 | 29 | 0 | F | 122 | 35 | 43 |
| Octal | 311 | 200 | 330 | 7 | 51 | 0 | 17 | 442 | 65 | 103 |
| Binary | 11001001 | 10000000 | 11011000 | 111 | 101001 | 0 | 1111 | 100100010 | 110101 | 1000011 |
Color Harmonies of #C980D8
Complementary color
Monochromatic Colors of #C980D8
Black with #C980D8
Text Example
Text Example
White with #C980D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980D8; }
p { color: rgb(201,128,216); }
H1.HeaderClassName
{
color: #C980D8;
}
.AnyTagClassName
{
color: #C980D8;
}
</style>
background-color css
<style>
a { background-color: #C980D8; }
a { background-color: rgb(201,128,216); }
div.DivClassName
{
background-color: #C980D8;
}
.BgClassName
{
background-color: #C980D8;
}
</style>
border-color css
<style>
span { border-color: #C980D8; }
span { border-color: rgb(201,128,216); }
td.TdClassName
{
border-color: #C980D8;
}
.TagClassName
{
border-color: #C980D8;
}
</style>