Shades of Orchid #C978BB
Tints of Orchid #C978BB
RGB
CMYK
RGB Variations
Color information
#C978BB (or 0xC978BB) is known color: Orchid. HEX triplet: C9, 78 and BB. RGB value is (201,120,187). Sum of RGB (Red+Green+Blue) = 201+120+187=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C978BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978BB is #368744. Grayscale: #979797. Windows color (decimal): -3573573 or 12286153. OLE color: 12286153.
HSL color Cylindrical-coordinate representation of color #C978BB: hue angle of 310.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C978BB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 187 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.21 |
| HSL | 310.37º | 0.43% | 0.63% | - |
| HSV(B) | 310.37º | 0.4% | 0.79% | - |
| XYZ | 39.77 | 29.44 | 50.6 | - |
| YUV | 151.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 187 | 0 | 0.40 | 0.07 | 0.21 | 310.37 | 0.43 | 0.63 |
| Hex | C9 | 78 | BB | 0 | 28 | 7 | 15 | 136 | 2B | 3F |
| Octal | 311 | 170 | 273 | 0 | 50 | 7 | 25 | 466 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10111011 | 0 | 101000 | 111 | 10101 | 100110110 | 101011 | 111111 |
Color Harmonies of #C978BB
Complementary color
Monochromatic Colors of #C978BB
Black with #C978BB
Text Example
Text Example
White with #C978BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978BB; }
p { color: rgb(201,120,187); }
H1.HeaderClassName
{
color: #C978BB;
}
.AnyTagClassName
{
color: #C978BB;
}
</style>
background-color css
<style>
a { background-color: #C978BB; }
a { background-color: rgb(201,120,187); }
div.DivClassName
{
background-color: #C978BB;
}
.BgClassName
{
background-color: #C978BB;
}
</style>
border-color css
<style>
span { border-color: #C978BB; }
span { border-color: rgb(201,120,187); }
td.TdClassName
{
border-color: #C978BB;
}
.TagClassName
{
border-color: #C978BB;
}
</style>