Shades of Orchid #C97EDB
Tints of Orchid #C97EDB
RGB
CMYK
RGB Variations
Color information
#C97EDB (or 0xC97EDB) is known color: Orchid. HEX triplet: C9, 7E and DB. RGB value is (201,126,219). Sum of RGB (Red+Green+Blue) = 201+126+219=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C97EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EDB is #368124. Grayscale: #9E9E9E. Windows color (decimal): -3572005 or 14384841. OLE color: 14384841.
HSL color Cylindrical-coordinate representation of color #C97EDB: hue angle of 288.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97EDB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 126 | 219 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.14 |
| HSL | 288.39º | 0.56% | 0.68% | - |
| HSV(B) | 288.39º | 0.42% | 0.86% | - |
| XYZ | 44.33 | 32.45 | 70.95 | - |
| YUV | 159.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 219 | 0.08 | 0.42 | 0 | 0.14 | 288.39 | 0.56 | 0.68 |
| Hex | C9 | 7E | DB | 8 | 2A | 0 | E | 120 | 38 | 44 |
| Octal | 311 | 176 | 333 | 10 | 52 | 0 | 16 | 440 | 70 | 104 |
| Binary | 11001001 | 1111110 | 11011011 | 1000 | 101010 | 0 | 1110 | 100100000 | 111000 | 1000100 |
Color Harmonies of #C97EDB
Complementary color
Monochromatic Colors of #C97EDB
Black with #C97EDB
Text Example
Text Example
White with #C97EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97EDB; }
p { color: rgb(201,126,219); }
H1.HeaderClassName
{
color: #C97EDB;
}
.AnyTagClassName
{
color: #C97EDB;
}
</style>
background-color css
<style>
a { background-color: #C97EDB; }
a { background-color: rgb(201,126,219); }
div.DivClassName
{
background-color: #C97EDB;
}
.BgClassName
{
background-color: #C97EDB;
}
</style>
border-color css
<style>
span { border-color: #C97EDB; }
span { border-color: rgb(201,126,219); }
td.TdClassName
{
border-color: #C97EDB;
}
.TagClassName
{
border-color: #C97EDB;
}
</style>