Shades of Orchid #C984CB
Tints of Orchid #C984CB
RGB
CMYK
RGB Variations
Color information
#C984CB (or 0xC984CB) is known color: Orchid. HEX triplet: C9, 84 and CB. RGB value is (201,132,203). Sum of RGB (Red+Green+Blue) = 201+132+203=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C984CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CB is #367B34. Grayscale: #A0A0A0. Windows color (decimal): -3570485 or 13337801. OLE color: 13337801.
HSL color Cylindrical-coordinate representation of color #C984CB: hue angle of 298.31º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C984CB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 132 | 203 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.20 |
| HSL | 298.31º | 0.41% | 0.66% | - |
| HSV(B) | 298.31º | 0.35% | 0.8% | - |
| XYZ | 43.12 | 33.23 | 60.64 | - |
| YUV | 160.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 203 | 0.01 | 0.35 | 0 | 0.20 | 298.31 | 0.41 | 0.66 |
| Hex | C9 | 84 | CB | 1 | 23 | 0 | 14 | 12A | 29 | 42 |
| Octal | 311 | 204 | 313 | 1 | 43 | 0 | 24 | 452 | 51 | 102 |
| Binary | 11001001 | 10000100 | 11001011 | 1 | 100011 | 0 | 10100 | 100101010 | 101001 | 1000010 |
Color Harmonies of #C984CB
Complementary color
Monochromatic Colors of #C984CB
Black with #C984CB
Text Example
Text Example
White with #C984CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984CB; }
p { color: rgb(201,132,203); }
H1.HeaderClassName
{
color: #C984CB;
}
.AnyTagClassName
{
color: #C984CB;
}
</style>
background-color css
<style>
a { background-color: #C984CB; }
a { background-color: rgb(201,132,203); }
div.DivClassName
{
background-color: #C984CB;
}
.BgClassName
{
background-color: #C984CB;
}
</style>
border-color css
<style>
span { border-color: #C984CB; }
span { border-color: rgb(201,132,203); }
td.TdClassName
{
border-color: #C984CB;
}
.TagClassName
{
border-color: #C984CB;
}
</style>