Shades of Orchid #C982D5
Tints of Orchid #C982D5
RGB
CMYK
RGB Variations
Color information
#C982D5 (or 0xC982D5) is known color: Orchid. HEX triplet: C9, 82 and D5. RGB value is (201,130,213). Sum of RGB (Red+Green+Blue) = 201+130+213=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #C982D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982D5 is #367D2A. Grayscale: #A0A0A0. Windows color (decimal): -3570987 or 13992649. OLE color: 13992649.
HSL color Cylindrical-coordinate representation of color #C982D5: hue angle of 291.33º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C982D5 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 130 | 213 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.16 |
| HSL | 291.33º | 0.5% | 0.67% | - |
| HSV(B) | 291.33º | 0.39% | 0.84% | - |
| XYZ | 44.08 | 33.19 | 67.03 | - |
| YUV | 160.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 213 | 0.06 | 0.39 | 0 | 0.16 | 291.33 | 0.5 | 0.67 |
| Hex | C9 | 82 | D5 | 6 | 27 | 0 | 10 | 123 | 32 | 43 |
| Octal | 311 | 202 | 325 | 6 | 47 | 0 | 20 | 443 | 62 | 103 |
| Binary | 11001001 | 10000010 | 11010101 | 110 | 100111 | 0 | 10000 | 100100011 | 110010 | 1000011 |
Color Harmonies of #C982D5
Complementary color
Monochromatic Colors of #C982D5
Black with #C982D5
Text Example
Text Example
White with #C982D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982D5; }
p { color: rgb(201,130,213); }
H1.HeaderClassName
{
color: #C982D5;
}
.AnyTagClassName
{
color: #C982D5;
}
</style>
background-color css
<style>
a { background-color: #C982D5; }
a { background-color: rgb(201,130,213); }
div.DivClassName
{
background-color: #C982D5;
}
.BgClassName
{
background-color: #C982D5;
}
</style>
border-color css
<style>
span { border-color: #C982D5; }
span { border-color: rgb(201,130,213); }
td.TdClassName
{
border-color: #C982D5;
}
.TagClassName
{
border-color: #C982D5;
}
</style>