Shades of Orchid #C978CD
Tints of Orchid #C978CD
RGB
CMYK
RGB Variations
Color information
#C978CD (or 0xC978CD) is known color: Orchid. HEX triplet: C9, 78 and CD. RGB value is (201,120,205). Sum of RGB (Red+Green+Blue) = 201+120+205=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C978CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978CD is #368732. Grayscale: #999999. Windows color (decimal): -3573555 or 13465801. OLE color: 13465801.
HSL color Cylindrical-coordinate representation of color #C978CD: hue angle of 297.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C978CD is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 120 | 205 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.20 |
| HSL | 297.18º | 0.46% | 0.64% | - |
| HSV(B) | 297.18º | 0.41% | 0.8% | - |
| XYZ | 41.82 | 30.26 | 61.39 | - |
| YUV | 153.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 205 | 0.02 | 0.41 | 0 | 0.20 | 297.18 | 0.46 | 0.64 |
| Hex | C9 | 78 | CD | 2 | 29 | 0 | 14 | 129 | 2E | 40 |
| Octal | 311 | 170 | 315 | 2 | 51 | 0 | 24 | 451 | 56 | 100 |
| Binary | 11001001 | 1111000 | 11001101 | 10 | 101001 | 0 | 10100 | 100101001 | 101110 | 1000000 |
Color Harmonies of #C978CD
Complementary color
Monochromatic Colors of #C978CD
Black with #C978CD
Text Example
Text Example
White with #C978CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978CD; }
p { color: rgb(201,120,205); }
H1.HeaderClassName
{
color: #C978CD;
}
.AnyTagClassName
{
color: #C978CD;
}
</style>
background-color css
<style>
a { background-color: #C978CD; }
a { background-color: rgb(201,120,205); }
div.DivClassName
{
background-color: #C978CD;
}
.BgClassName
{
background-color: #C978CD;
}
</style>
border-color css
<style>
span { border-color: #C978CD; }
span { border-color: rgb(201,120,205); }
td.TdClassName
{
border-color: #C978CD;
}
.TagClassName
{
border-color: #C978CD;
}
</style>