Shades of Orchid #C97CBA
Tints of Orchid #C97CBA
RGB
CMYK
RGB Variations
Color information
#C97CBA (or 0xC97CBA) is known color: Orchid. HEX triplet: C9, 7C and BA. RGB value is (201,124,186). Sum of RGB (Red+Green+Blue) = 201+124+186=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CBA is #368345. Grayscale: #999999. Windows color (decimal): -3572550 or 12221641. OLE color: 12221641.
HSL color Cylindrical-coordinate representation of color #C97CBA: hue angle of 311.69º 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 #C97CBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 186 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.21 |
| HSL | 311.69º | 0.42% | 0.64% | - |
| HSV(B) | 311.69º | 0.38% | 0.79% | - |
| XYZ | 40.16 | 30.38 | 50.2 | - |
| YUV | 154.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 186 | 0 | 0.38 | 0.07 | 0.21 | 311.69 | 0.42 | 0.64 |
| Hex | C9 | 7C | BA | 0 | 26 | 7 | 15 | 138 | 2A | 40 |
| Octal | 311 | 174 | 272 | 0 | 46 | 7 | 25 | 470 | 52 | 100 |
| Binary | 11001001 | 1111100 | 10111010 | 0 | 100110 | 111 | 10101 | 100111000 | 101010 | 1000000 |
Color Harmonies of #C97CBA
Complementary color
Monochromatic Colors of #C97CBA
Black with #C97CBA
Text Example
Text Example
White with #C97CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CBA; }
p { color: rgb(201,124,186); }
H1.HeaderClassName
{
color: #C97CBA;
}
.AnyTagClassName
{
color: #C97CBA;
}
</style>
background-color css
<style>
a { background-color: #C97CBA; }
a { background-color: rgb(201,124,186); }
div.DivClassName
{
background-color: #C97CBA;
}
.BgClassName
{
background-color: #C97CBA;
}
</style>
border-color css
<style>
span { border-color: #C97CBA; }
span { border-color: rgb(201,124,186); }
td.TdClassName
{
border-color: #C97CBA;
}
.TagClassName
{
border-color: #C97CBA;
}
</style>