Shades of Orchid #C978BE
Tints of Orchid #C978BE
RGB
CMYK
RGB Variations
Color information
#C978BE (or 0xC978BE) is known color: Orchid. HEX triplet: C9, 78 and BE. RGB value is (201,120,190). Sum of RGB (Red+Green+Blue) = 201+120+190=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C978BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978BE is #368741. Grayscale: #989898. Windows color (decimal): -3573570 or 12482761. OLE color: 12482761.
HSL color Cylindrical-coordinate representation of color #C978BE: hue angle of 308.15º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C978BE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 190 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.21 |
| HSL | 308.15º | 0.43% | 0.63% | - |
| HSV(B) | 308.15º | 0.4% | 0.79% | - |
| XYZ | 40.1 | 29.57 | 52.31 | - |
| YUV | 152.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 190 | 0 | 0.40 | 0.05 | 0.21 | 308.15 | 0.43 | 0.63 |
| Hex | C9 | 78 | BE | 0 | 28 | 5 | 15 | 134 | 2B | 3F |
| Octal | 311 | 170 | 276 | 0 | 50 | 5 | 25 | 464 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10111110 | 0 | 101000 | 101 | 10101 | 100110100 | 101011 | 111111 |
Color Harmonies of #C978BE
Complementary color
Monochromatic Colors of #C978BE
Black with #C978BE
Text Example
Text Example
White with #C978BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978BE; }
p { color: rgb(201,120,190); }
H1.HeaderClassName
{
color: #C978BE;
}
.AnyTagClassName
{
color: #C978BE;
}
</style>
background-color css
<style>
a { background-color: #C978BE; }
a { background-color: rgb(201,120,190); }
div.DivClassName
{
background-color: #C978BE;
}
.BgClassName
{
background-color: #C978BE;
}
</style>
border-color css
<style>
span { border-color: #C978BE; }
span { border-color: rgb(201,120,190); }
td.TdClassName
{
border-color: #C978BE;
}
.TagClassName
{
border-color: #C978BE;
}
</style>