Shades of Orchid #C982BF
Tints of Orchid #C982BF
RGB
CMYK
RGB Variations
Color information
#C982BF (or 0xC982BF) is known color: Orchid. HEX triplet: C9, 82 and BF. RGB value is (201,130,191). Sum of RGB (Red+Green+Blue) = 201+130+191=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C982BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982BF is #367D40. Grayscale: #9E9E9E. Windows color (decimal): -3571009 or 12550857. OLE color: 12550857.
HSL color Cylindrical-coordinate representation of color #C982BF: hue angle of 308.45º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982BF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 191 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.21 |
| HSL | 308.45º | 0.4% | 0.65% | - |
| HSV(B) | 308.45º | 0.35% | 0.79% | - |
| XYZ | 41.47 | 32.14 | 53.31 | - |
| YUV | 158.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 191 | 0 | 0.35 | 0.05 | 0.21 | 308.45 | 0.4 | 0.65 |
| Hex | C9 | 82 | BF | 0 | 23 | 5 | 15 | 134 | 28 | 41 |
| Octal | 311 | 202 | 277 | 0 | 43 | 5 | 25 | 464 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10111111 | 0 | 100011 | 101 | 10101 | 100110100 | 101000 | 1000001 |
Color Harmonies of #C982BF
Complementary color
Monochromatic Colors of #C982BF
Black with #C982BF
Text Example
Text Example
White with #C982BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982BF; }
p { color: rgb(201,130,191); }
H1.HeaderClassName
{
color: #C982BF;
}
.AnyTagClassName
{
color: #C982BF;
}
</style>
background-color css
<style>
a { background-color: #C982BF; }
a { background-color: rgb(201,130,191); }
div.DivClassName
{
background-color: #C982BF;
}
.BgClassName
{
background-color: #C982BF;
}
</style>
border-color css
<style>
span { border-color: #C982BF; }
span { border-color: rgb(201,130,191); }
td.TdClassName
{
border-color: #C982BF;
}
.TagClassName
{
border-color: #C982BF;
}
</style>