Shades of Orchid #C978E0
Tints of Orchid #C978E0
RGB
CMYK
RGB Variations
Color information
#C978E0 (or 0xC978E0) is known color: Orchid. HEX triplet: C9, 78 and E0. RGB value is (201,120,224). Sum of RGB (Red+Green+Blue) = 201+120+224=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #C978E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978E0 is #36871F. Grayscale: #9B9B9B. Windows color (decimal): -3573536 or 14710985. OLE color: 14710985.
HSL color Cylindrical-coordinate representation of color #C978E0: hue angle of 286.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C978E0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 120 | 224 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.12 |
| HSL | 286.73º | 0.63% | 0.67% | - |
| HSV(B) | 286.73º | 0.46% | 0.88% | - |
| XYZ | 44.26 | 31.23 | 74.22 | - |
| YUV | 156.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 224 | 0.10 | 0.46 | 0 | 0.12 | 286.73 | 0.63 | 0.67 |
| Hex | C9 | 78 | E0 | A | 2E | 0 | C | 11F | 3F | 43 |
| Octal | 311 | 170 | 340 | 12 | 56 | 0 | 14 | 437 | 77 | 103 |
| Binary | 11001001 | 1111000 | 11100000 | 1010 | 101110 | 0 | 1100 | 100011111 | 111111 | 1000011 |
Color Harmonies of #C978E0
Complementary color
Monochromatic Colors of #C978E0
Black with #C978E0
Text Example
Text Example
White with #C978E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978E0; }
p { color: rgb(201,120,224); }
H1.HeaderClassName
{
color: #C978E0;
}
.AnyTagClassName
{
color: #C978E0;
}
</style>
background-color css
<style>
a { background-color: #C978E0; }
a { background-color: rgb(201,120,224); }
div.DivClassName
{
background-color: #C978E0;
}
.BgClassName
{
background-color: #C978E0;
}
</style>
border-color css
<style>
span { border-color: #C978E0; }
span { border-color: rgb(201,120,224); }
td.TdClassName
{
border-color: #C978E0;
}
.TagClassName
{
border-color: #C978E0;
}
</style>