Shades of Orchid #C97CDB
Tints of Orchid #C97CDB
RGB
CMYK
RGB Variations
Color information
#C97CDB (or 0xC97CDB) is known color: Orchid. HEX triplet: C9, 7C and DB. RGB value is (201,124,219). Sum of RGB (Red+Green+Blue) = 201+124+219=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C97CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CDB is #368324. Grayscale: #9D9D9D. Windows color (decimal): -3572517 or 14384329. OLE color: 14384329.
HSL color Cylindrical-coordinate representation of color #C97CDB: hue angle of 288.63º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97CDB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 124 | 219 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.14 |
| HSL | 288.63º | 0.57% | 0.67% | - |
| HSV(B) | 288.63º | 0.43% | 0.86% | - |
| XYZ | 44.08 | 31.95 | 70.86 | - |
| YUV | 157.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 219 | 0.08 | 0.43 | 0 | 0.14 | 288.63 | 0.57 | 0.67 |
| Hex | C9 | 7C | DB | 8 | 2B | 0 | E | 121 | 39 | 43 |
| Octal | 311 | 174 | 333 | 10 | 53 | 0 | 16 | 441 | 71 | 103 |
| Binary | 11001001 | 1111100 | 11011011 | 1000 | 101011 | 0 | 1110 | 100100001 | 111001 | 1000011 |
Color Harmonies of #C97CDB
Complementary color
Monochromatic Colors of #C97CDB
Black with #C97CDB
Text Example
Text Example
White with #C97CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CDB; }
p { color: rgb(201,124,219); }
H1.HeaderClassName
{
color: #C97CDB;
}
.AnyTagClassName
{
color: #C97CDB;
}
</style>
background-color css
<style>
a { background-color: #C97CDB; }
a { background-color: rgb(201,124,219); }
div.DivClassName
{
background-color: #C97CDB;
}
.BgClassName
{
background-color: #C97CDB;
}
</style>
border-color css
<style>
span { border-color: #C97CDB; }
span { border-color: rgb(201,124,219); }
td.TdClassName
{
border-color: #C97CDB;
}
.TagClassName
{
border-color: #C97CDB;
}
</style>