Shades of Orchid #C97CDC
Tints of Orchid #C97CDC
RGB
CMYK
RGB Variations
Color information
#C97CDC (or 0xC97CDC) is known color: Orchid. HEX triplet: C9, 7C and DC. RGB value is (201,124,220). Sum of RGB (Red+Green+Blue) = 201+124+220=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C97CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CDC is #368323. Grayscale: #9D9D9D. Windows color (decimal): -3572516 or 14449865. OLE color: 14449865.
HSL color Cylindrical-coordinate representation of color #C97CDC: hue angle of 288.12º degrees, saturation: 0.58, 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 #C97CDC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 124 | 220 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.14 |
| HSL | 288.13º | 0.58% | 0.67% | - |
| HSV(B) | 288.13º | 0.44% | 0.86% | - |
| XYZ | 44.21 | 32 | 71.56 | - |
| YUV | 157.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 220 | 0.09 | 0.44 | 0 | 0.14 | 288.13 | 0.58 | 0.67 |
| Hex | C9 | 7C | DC | 9 | 2C | 0 | E | 120 | 3A | 43 |
| Octal | 311 | 174 | 334 | 11 | 54 | 0 | 16 | 440 | 72 | 103 |
| Binary | 11001001 | 1111100 | 11011100 | 1001 | 101100 | 0 | 1110 | 100100000 | 111010 | 1000011 |
Color Harmonies of #C97CDC
Complementary color
Monochromatic Colors of #C97CDC
Black with #C97CDC
Text Example
Text Example
White with #C97CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CDC; }
p { color: rgb(201,124,220); }
H1.HeaderClassName
{
color: #C97CDC;
}
.AnyTagClassName
{
color: #C97CDC;
}
</style>
background-color css
<style>
a { background-color: #C97CDC; }
a { background-color: rgb(201,124,220); }
div.DivClassName
{
background-color: #C97CDC;
}
.BgClassName
{
background-color: #C97CDC;
}
</style>
border-color css
<style>
span { border-color: #C97CDC; }
span { border-color: rgb(201,124,220); }
td.TdClassName
{
border-color: #C97CDC;
}
.TagClassName
{
border-color: #C97CDC;
}
</style>