Shades of Orchid #C97CBE
Tints of Orchid #C97CBE
RGB
CMYK
RGB Variations
Color information
#C97CBE (or 0xC97CBE) is known color: Orchid. HEX triplet: C9, 7C and BE. RGB value is (201,124,190). Sum of RGB (Red+Green+Blue) = 201+124+190=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CBE is #368341. Grayscale: #9A9A9A. Windows color (decimal): -3572546 or 12483785. OLE color: 12483785.
HSL color Cylindrical-coordinate representation of color #C97CBE: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97CBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 190 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.21 |
| HSL | 308.57º | 0.42% | 0.64% | - |
| HSV(B) | 308.57º | 0.38% | 0.79% | - |
| XYZ | 40.59 | 30.55 | 52.47 | - |
| YUV | 154.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 190 | 0 | 0.38 | 0.05 | 0.21 | 308.57 | 0.42 | 0.64 |
| Hex | C9 | 7C | BE | 0 | 26 | 5 | 15 | 135 | 2A | 40 |
| Octal | 311 | 174 | 276 | 0 | 46 | 5 | 25 | 465 | 52 | 100 |
| Binary | 11001001 | 1111100 | 10111110 | 0 | 100110 | 101 | 10101 | 100110101 | 101010 | 1000000 |
Color Harmonies of #C97CBE
Complementary color
Monochromatic Colors of #C97CBE
Black with #C97CBE
Text Example
Text Example
White with #C97CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CBE; }
p { color: rgb(201,124,190); }
H1.HeaderClassName
{
color: #C97CBE;
}
.AnyTagClassName
{
color: #C97CBE;
}
</style>
background-color css
<style>
a { background-color: #C97CBE; }
a { background-color: rgb(201,124,190); }
div.DivClassName
{
background-color: #C97CBE;
}
.BgClassName
{
background-color: #C97CBE;
}
</style>
border-color css
<style>
span { border-color: #C97CBE; }
span { border-color: rgb(201,124,190); }
td.TdClassName
{
border-color: #C97CBE;
}
.TagClassName
{
border-color: #C97CBE;
}
</style>