Shades of Orchid #C980D6
Tints of Orchid #C980D6
RGB
CMYK
RGB Variations
Color information
#C980D6 (or 0xC980D6) is known color: Orchid. HEX triplet: C9, 80 and D6. RGB value is (201,128,214). Sum of RGB (Red+Green+Blue) = 201+128+214=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #C980D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D6 is #367F29. Grayscale: #9F9F9F. Windows color (decimal): -3571498 or 14057673. OLE color: 14057673.
HSL color Cylindrical-coordinate representation of color #C980D6: hue angle of 290.93º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C980D6 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 128 | 214 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.16 |
| HSL | 290.93º | 0.51% | 0.67% | - |
| HSV(B) | 290.93º | 0.4% | 0.84% | - |
| XYZ | 43.94 | 32.71 | 67.62 | - |
| YUV | 159.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 214 | 0.06 | 0.40 | 0 | 0.16 | 290.93 | 0.51 | 0.67 |
| Hex | C9 | 80 | D6 | 6 | 28 | 0 | 10 | 123 | 33 | 43 |
| Octal | 311 | 200 | 326 | 6 | 50 | 0 | 20 | 443 | 63 | 103 |
| Binary | 11001001 | 10000000 | 11010110 | 110 | 101000 | 0 | 10000 | 100100011 | 110011 | 1000011 |
Color Harmonies of #C980D6
Complementary color
Monochromatic Colors of #C980D6
Black with #C980D6
Text Example
Text Example
White with #C980D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980D6; }
p { color: rgb(201,128,214); }
H1.HeaderClassName
{
color: #C980D6;
}
.AnyTagClassName
{
color: #C980D6;
}
</style>
background-color css
<style>
a { background-color: #C980D6; }
a { background-color: rgb(201,128,214); }
div.DivClassName
{
background-color: #C980D6;
}
.BgClassName
{
background-color: #C980D6;
}
</style>
border-color css
<style>
span { border-color: #C980D6; }
span { border-color: rgb(201,128,214); }
td.TdClassName
{
border-color: #C980D6;
}
.TagClassName
{
border-color: #C980D6;
}
</style>