Shades of Orchid #C97BDB
Tints of Orchid #C97BDB
RGB
CMYK
RGB Variations
Color information
#C97BDB (or 0xC97BDB) is known color: Orchid. HEX triplet: C9, 7B and DB. RGB value is (201,123,219). Sum of RGB (Red+Green+Blue) = 201+123+219=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C97BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BDB is #368424. Grayscale: #9C9C9C. Windows color (decimal): -3572773 or 14384073. OLE color: 14384073.
HSL color Cylindrical-coordinate representation of color #C97BDB: hue angle of 288.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97BDB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 123 | 219 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.14 |
| HSL | 288.75º | 0.57% | 0.67% | - |
| HSV(B) | 288.75º | 0.44% | 0.86% | - |
| XYZ | 43.96 | 31.7 | 70.82 | - |
| YUV | 157.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 219 | 0.08 | 0.44 | 0 | 0.14 | 288.75 | 0.57 | 0.67 |
| Hex | C9 | 7B | DB | 8 | 2C | 0 | E | 121 | 39 | 43 |
| Octal | 311 | 173 | 333 | 10 | 54 | 0 | 16 | 441 | 71 | 103 |
| Binary | 11001001 | 1111011 | 11011011 | 1000 | 101100 | 0 | 1110 | 100100001 | 111001 | 1000011 |
Color Harmonies of #C97BDB
Complementary color
Monochromatic Colors of #C97BDB
Black with #C97BDB
Text Example
Text Example
White with #C97BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BDB; }
p { color: rgb(201,123,219); }
H1.HeaderClassName
{
color: #C97BDB;
}
.AnyTagClassName
{
color: #C97BDB;
}
</style>
background-color css
<style>
a { background-color: #C97BDB; }
a { background-color: rgb(201,123,219); }
div.DivClassName
{
background-color: #C97BDB;
}
.BgClassName
{
background-color: #C97BDB;
}
</style>
border-color css
<style>
span { border-color: #C97BDB; }
span { border-color: rgb(201,123,219); }
td.TdClassName
{
border-color: #C97BDB;
}
.TagClassName
{
border-color: #C97BDB;
}
</style>