Shades of Orchid #C978DC
Tints of Orchid #C978DC
RGB
CMYK
RGB Variations
Color information
#C978DC (or 0xC978DC) is known color: Orchid. HEX triplet: C9, 78 and DC. RGB value is (201,120,220). Sum of RGB (Red+Green+Blue) = 201+120+220=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C978DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978DC is #368723. Grayscale: #9B9B9B. Windows color (decimal): -3573540 or 14448841. OLE color: 14448841.
HSL color Cylindrical-coordinate representation of color #C978DC: hue angle of 288.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C978DC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 120 | 220 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.14 |
| HSL | 288.6º | 0.59% | 0.67% | - |
| HSV(B) | 288.6º | 0.45% | 0.86% | - |
| XYZ | 43.72 | 31.02 | 71.39 | - |
| YUV | 155.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 220 | 0.09 | 0.45 | 0 | 0.14 | 288.6 | 0.59 | 0.67 |
| Hex | C9 | 78 | DC | 9 | 2D | 0 | E | 121 | 3B | 43 |
| Octal | 311 | 170 | 334 | 11 | 55 | 0 | 16 | 441 | 73 | 103 |
| Binary | 11001001 | 1111000 | 11011100 | 1001 | 101101 | 0 | 1110 | 100100001 | 111011 | 1000011 |
Color Harmonies of #C978DC
Complementary color
Monochromatic Colors of #C978DC
Black with #C978DC
Text Example
Text Example
White with #C978DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978DC; }
p { color: rgb(201,120,220); }
H1.HeaderClassName
{
color: #C978DC;
}
.AnyTagClassName
{
color: #C978DC;
}
</style>
background-color css
<style>
a { background-color: #C978DC; }
a { background-color: rgb(201,120,220); }
div.DivClassName
{
background-color: #C978DC;
}
.BgClassName
{
background-color: #C978DC;
}
</style>
border-color css
<style>
span { border-color: #C978DC; }
span { border-color: rgb(201,120,220); }
td.TdClassName
{
border-color: #C978DC;
}
.TagClassName
{
border-color: #C978DC;
}
</style>