Shades of Orchid #C97EDA
Tints of Orchid #C97EDA
RGB
CMYK
RGB Variations
Color information
#C97EDA (or 0xC97EDA) is known color: Orchid. HEX triplet: C9, 7E and DA. RGB value is (201,126,218). Sum of RGB (Red+Green+Blue) = 201+126+218=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C97EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EDA is #368125. Grayscale: #9E9E9E. Windows color (decimal): -3572006 or 14319305. OLE color: 14319305.
HSL color Cylindrical-coordinate representation of color #C97EDA: hue angle of 288.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97EDA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 126 | 218 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.15 |
| HSL | 288.91º | 0.55% | 0.67% | - |
| HSV(B) | 288.91º | 0.42% | 0.85% | - |
| XYZ | 44.2 | 32.4 | 70.25 | - |
| YUV | 158.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 218 | 0.08 | 0.42 | 0 | 0.15 | 288.91 | 0.55 | 0.67 |
| Hex | C9 | 7E | DA | 8 | 2A | 0 | F | 121 | 37 | 43 |
| Octal | 311 | 176 | 332 | 10 | 52 | 0 | 17 | 441 | 67 | 103 |
| Binary | 11001001 | 1111110 | 11011010 | 1000 | 101010 | 0 | 1111 | 100100001 | 110111 | 1000011 |
Color Harmonies of #C97EDA
Complementary color
Monochromatic Colors of #C97EDA
Black with #C97EDA
Text Example
Text Example
White with #C97EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97EDA; }
p { color: rgb(201,126,218); }
H1.HeaderClassName
{
color: #C97EDA;
}
.AnyTagClassName
{
color: #C97EDA;
}
</style>
background-color css
<style>
a { background-color: #C97EDA; }
a { background-color: rgb(201,126,218); }
div.DivClassName
{
background-color: #C97EDA;
}
.BgClassName
{
background-color: #C97EDA;
}
</style>
border-color css
<style>
span { border-color: #C97EDA; }
span { border-color: rgb(201,126,218); }
td.TdClassName
{
border-color: #C97EDA;
}
.TagClassName
{
border-color: #C97EDA;
}
</style>