Shades of Orchid #C97ECC
Tints of Orchid #C97ECC
RGB
CMYK
RGB Variations
Color information
#C97ECC (or 0xC97ECC) is known color: Orchid. HEX triplet: C9, 7E and CC. RGB value is (201,126,204). Sum of RGB (Red+Green+Blue) = 201+126+204=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ECC is #368133. Grayscale: #9D9D9D. Windows color (decimal): -3572020 or 13401801. OLE color: 13401801.
HSL color Cylindrical-coordinate representation of color #C97ECC: hue angle of 297.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97ECC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 126 | 204 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.2 |
| HSL | 297.69º | 0.43% | 0.65% | - |
| HSV(B) | 297.69º | 0.38% | 0.8% | - |
| XYZ | 42.45 | 31.7 | 61.01 | - |
| YUV | 157.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 204 | 0.01 | 0.38 | 0 | 0.2 | 297.69 | 0.43 | 0.65 |
| Hex | C9 | 7E | CC | 1 | 26 | 0 | 14 | 12A | 2B | 41 |
| Octal | 311 | 176 | 314 | 1 | 46 | 0 | 24 | 452 | 53 | 101 |
| Binary | 11001001 | 1111110 | 11001100 | 1 | 100110 | 0 | 10100 | 100101010 | 101011 | 1000001 |
Color Harmonies of #C97ECC
Complementary color
Monochromatic Colors of #C97ECC
Black with #C97ECC
Text Example
Text Example
White with #C97ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97ECC; }
p { color: rgb(201,126,204); }
H1.HeaderClassName
{
color: #C97ECC;
}
.AnyTagClassName
{
color: #C97ECC;
}
</style>
background-color css
<style>
a { background-color: #C97ECC; }
a { background-color: rgb(201,126,204); }
div.DivClassName
{
background-color: #C97ECC;
}
.BgClassName
{
background-color: #C97ECC;
}
</style>
border-color css
<style>
span { border-color: #C97ECC; }
span { border-color: rgb(201,126,204); }
td.TdClassName
{
border-color: #C97ECC;
}
.TagClassName
{
border-color: #C97ECC;
}
</style>