Shades of Orchid #C980C6
Tints of Orchid #C980C6
RGB
CMYK
RGB Variations
Color information
#C980C6 (or 0xC980C6) is known color: Orchid. HEX triplet: C9, 80 and C6. RGB value is (201,128,198). Sum of RGB (Red+Green+Blue) = 201+128+198=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C980C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980C6 is #367F39. Grayscale: #9D9D9D. Windows color (decimal): -3571514 or 13009097. OLE color: 13009097.
HSL color Cylindrical-coordinate representation of color #C980C6: hue angle of 302.47º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980C6 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 198 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.21 |
| HSL | 302.47º | 0.4% | 0.65% | - |
| HSV(B) | 302.47º | 0.36% | 0.79% | - |
| XYZ | 42 | 31.93 | 57.38 | - |
| YUV | 157.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 198 | 0 | 0.36 | 0.01 | 0.21 | 302.47 | 0.4 | 0.65 |
| Hex | C9 | 80 | C6 | 0 | 24 | 1 | 15 | 12E | 28 | 41 |
| Octal | 311 | 200 | 306 | 0 | 44 | 1 | 25 | 456 | 50 | 101 |
| Binary | 11001001 | 10000000 | 11000110 | 0 | 100100 | 1 | 10101 | 100101110 | 101000 | 1000001 |
Color Harmonies of #C980C6
Complementary color
Monochromatic Colors of #C980C6
Black with #C980C6
Text Example
Text Example
White with #C980C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980C6; }
p { color: rgb(201,128,198); }
H1.HeaderClassName
{
color: #C980C6;
}
.AnyTagClassName
{
color: #C980C6;
}
</style>
background-color css
<style>
a { background-color: #C980C6; }
a { background-color: rgb(201,128,198); }
div.DivClassName
{
background-color: #C980C6;
}
.BgClassName
{
background-color: #C980C6;
}
</style>
border-color css
<style>
span { border-color: #C980C6; }
span { border-color: rgb(201,128,198); }
td.TdClassName
{
border-color: #C980C6;
}
.TagClassName
{
border-color: #C980C6;
}
</style>