Shades of Orchid #C978DB
Tints of Orchid #C978DB
RGB
CMYK
RGB Variations
Color information
#C978DB (or 0xC978DB) is known color: Orchid. HEX triplet: C9, 78 and DB. RGB value is (201,120,219). Sum of RGB (Red+Green+Blue) = 201+120+219=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C978DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978DB is #368724. Grayscale: #9B9B9B. Windows color (decimal): -3573541 or 14383305. OLE color: 14383305.
HSL color Cylindrical-coordinate representation of color #C978DB: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C978DB is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 120 | 219 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.14 |
| HSL | 289.09º | 0.58% | 0.66% | - |
| HSV(B) | 289.09º | 0.45% | 0.86% | - |
| XYZ | 43.59 | 30.96 | 70.7 | - |
| YUV | 155.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 219 | 0.08 | 0.45 | 0 | 0.14 | 289.09 | 0.58 | 0.66 |
| Hex | C9 | 78 | DB | 8 | 2D | 0 | E | 121 | 3A | 42 |
| Octal | 311 | 170 | 333 | 10 | 55 | 0 | 16 | 441 | 72 | 102 |
| Binary | 11001001 | 1111000 | 11011011 | 1000 | 101101 | 0 | 1110 | 100100001 | 111010 | 1000010 |
Color Harmonies of #C978DB
Complementary color
Monochromatic Colors of #C978DB
Black with #C978DB
Text Example
Text Example
White with #C978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978DB; }
p { color: rgb(201,120,219); }
H1.HeaderClassName
{
color: #C978DB;
}
.AnyTagClassName
{
color: #C978DB;
}
</style>
background-color css
<style>
a { background-color: #C978DB; }
a { background-color: rgb(201,120,219); }
div.DivClassName
{
background-color: #C978DB;
}
.BgClassName
{
background-color: #C978DB;
}
</style>
border-color css
<style>
span { border-color: #C978DB; }
span { border-color: rgb(201,120,219); }
td.TdClassName
{
border-color: #C978DB;
}
.TagClassName
{
border-color: #C978DB;
}
</style>