Shades of Orchid #C980D0
Tints of Orchid #C980D0
RGB
CMYK
RGB Variations
Color information
#C980D0 (or 0xC980D0) is known color: Orchid. HEX triplet: C9, 80 and D0. RGB value is (201,128,208). Sum of RGB (Red+Green+Blue) = 201+128+208=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C980D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D0 is #367F2F. Grayscale: #9E9E9E. Windows color (decimal): -3571504 or 13664457. OLE color: 13664457.
HSL color Cylindrical-coordinate representation of color #C980D0: hue angle of 294.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C980D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 128 | 208 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.18 |
| HSL | 294.75º | 0.46% | 0.66% | - |
| HSV(B) | 294.75º | 0.38% | 0.82% | - |
| XYZ | 43.19 | 32.41 | 63.65 | - |
| YUV | 158.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 208 | 0.03 | 0.38 | 0 | 0.18 | 294.75 | 0.46 | 0.66 |
| Hex | C9 | 80 | D0 | 3 | 26 | 0 | 12 | 127 | 2E | 42 |
| Octal | 311 | 200 | 320 | 3 | 46 | 0 | 22 | 447 | 56 | 102 |
| Binary | 11001001 | 10000000 | 11010000 | 11 | 100110 | 0 | 10010 | 100100111 | 101110 | 1000010 |
Color Harmonies of #C980D0
Complementary color
Monochromatic Colors of #C980D0
Black with #C980D0
Text Example
Text Example
White with #C980D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980D0; }
p { color: rgb(201,128,208); }
H1.HeaderClassName
{
color: #C980D0;
}
.AnyTagClassName
{
color: #C980D0;
}
</style>
background-color css
<style>
a { background-color: #C980D0; }
a { background-color: rgb(201,128,208); }
div.DivClassName
{
background-color: #C980D0;
}
.BgClassName
{
background-color: #C980D0;
}
</style>
border-color css
<style>
span { border-color: #C980D0; }
span { border-color: rgb(201,128,208); }
td.TdClassName
{
border-color: #C980D0;
}
.TagClassName
{
border-color: #C980D0;
}
</style>