Shades of Orchid #C980C7
Tints of Orchid #C980C7
RGB
CMYK
RGB Variations
Color information
#C980C7 (or 0xC980C7) is known color: Orchid. HEX triplet: C9, 80 and C7. RGB value is (201,128,199). Sum of RGB (Red+Green+Blue) = 201+128+199=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C980C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980C7 is #367F38. Grayscale: #9D9D9D. Windows color (decimal): -3571513 or 13074633. OLE color: 13074633.
HSL color Cylindrical-coordinate representation of color #C980C7: hue angle of 301.64º 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 #C980C7 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 199 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.21 |
| HSL | 301.64º | 0.4% | 0.65% | - |
| HSV(B) | 301.64º | 0.36% | 0.79% | - |
| XYZ | 42.12 | 31.98 | 57.99 | - |
| YUV | 157.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 199 | 0 | 0.36 | 0.01 | 0.21 | 301.64 | 0.4 | 0.65 |
| Hex | C9 | 80 | C7 | 0 | 24 | 1 | 15 | 12E | 28 | 41 |
| Octal | 311 | 200 | 307 | 0 | 44 | 1 | 25 | 456 | 50 | 101 |
| Binary | 11001001 | 10000000 | 11000111 | 0 | 100100 | 1 | 10101 | 100101110 | 101000 | 1000001 |
Color Harmonies of #C980C7
Complementary color
Monochromatic Colors of #C980C7
Black with #C980C7
Text Example
Text Example
White with #C980C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980C7; }
p { color: rgb(201,128,199); }
H1.HeaderClassName
{
color: #C980C7;
}
.AnyTagClassName
{
color: #C980C7;
}
</style>
background-color css
<style>
a { background-color: #C980C7; }
a { background-color: rgb(201,128,199); }
div.DivClassName
{
background-color: #C980C7;
}
.BgClassName
{
background-color: #C980C7;
}
</style>
border-color css
<style>
span { border-color: #C980C7; }
span { border-color: rgb(201,128,199); }
td.TdClassName
{
border-color: #C980C7;
}
.TagClassName
{
border-color: #C980C7;
}
</style>