Shades of Orchid #C978D9
Tints of Orchid #C978D9
RGB
CMYK
RGB Variations
Color information
#C978D9 (or 0xC978D9) is known color: Orchid. HEX triplet: C9, 78 and D9. RGB value is (201,120,217). Sum of RGB (Red+Green+Blue) = 201+120+217=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #C978D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978D9 is #368726. Grayscale: #9A9A9A. Windows color (decimal): -3573543 or 14252233. OLE color: 14252233.
HSL color Cylindrical-coordinate representation of color #C978D9: hue angle of 290.1º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C978D9 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 120 | 217 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.15 |
| HSL | 290.1º | 0.56% | 0.66% | - |
| HSV(B) | 290.1º | 0.45% | 0.85% | - |
| XYZ | 43.33 | 30.86 | 69.32 | - |
| YUV | 155.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 217 | 0.07 | 0.45 | 0 | 0.15 | 290.1 | 0.56 | 0.66 |
| Hex | C9 | 78 | D9 | 7 | 2D | 0 | F | 122 | 38 | 42 |
| Octal | 311 | 170 | 331 | 7 | 55 | 0 | 17 | 442 | 70 | 102 |
| Binary | 11001001 | 1111000 | 11011001 | 111 | 101101 | 0 | 1111 | 100100010 | 111000 | 1000010 |
Color Harmonies of #C978D9
Complementary color
Monochromatic Colors of #C978D9
Black with #C978D9
Text Example
Text Example
White with #C978D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978D9; }
p { color: rgb(201,120,217); }
H1.HeaderClassName
{
color: #C978D9;
}
.AnyTagClassName
{
color: #C978D9;
}
</style>
background-color css
<style>
a { background-color: #C978D9; }
a { background-color: rgb(201,120,217); }
div.DivClassName
{
background-color: #C978D9;
}
.BgClassName
{
background-color: #C978D9;
}
</style>
border-color css
<style>
span { border-color: #C978D9; }
span { border-color: rgb(201,120,217); }
td.TdClassName
{
border-color: #C978D9;
}
.TagClassName
{
border-color: #C978D9;
}
</style>