Shades of Orchid #C982D1
Tints of Orchid #C982D1
RGB
CMYK
RGB Variations
Color information
#C982D1 (or 0xC982D1) is known color: Orchid. HEX triplet: C9, 82 and D1. RGB value is (201,130,209). Sum of RGB (Red+Green+Blue) = 201+130+209=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C982D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982D1 is #367D2E. Grayscale: #9F9F9F. Windows color (decimal): -3570991 or 13730505. OLE color: 13730505.
HSL color Cylindrical-coordinate representation of color #C982D1: hue angle of 293.92º 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 #C982D1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 130 | 209 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.18 |
| HSL | 293.92º | 0.46% | 0.66% | - |
| HSV(B) | 293.92º | 0.38% | 0.82% | - |
| XYZ | 43.58 | 32.99 | 64.39 | - |
| YUV | 160.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 209 | 0.04 | 0.38 | 0 | 0.18 | 293.92 | 0.46 | 0.66 |
| Hex | C9 | 82 | D1 | 4 | 26 | 0 | 12 | 126 | 2E | 42 |
| Octal | 311 | 202 | 321 | 4 | 46 | 0 | 22 | 446 | 56 | 102 |
| Binary | 11001001 | 10000010 | 11010001 | 100 | 100110 | 0 | 10010 | 100100110 | 101110 | 1000010 |
Color Harmonies of #C982D1
Complementary color
Monochromatic Colors of #C982D1
Black with #C982D1
Text Example
Text Example
White with #C982D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982D1; }
p { color: rgb(201,130,209); }
H1.HeaderClassName
{
color: #C982D1;
}
.AnyTagClassName
{
color: #C982D1;
}
</style>
background-color css
<style>
a { background-color: #C982D1; }
a { background-color: rgb(201,130,209); }
div.DivClassName
{
background-color: #C982D1;
}
.BgClassName
{
background-color: #C982D1;
}
</style>
border-color css
<style>
span { border-color: #C982D1; }
span { border-color: rgb(201,130,209); }
td.TdClassName
{
border-color: #C982D1;
}
.TagClassName
{
border-color: #C982D1;
}
</style>