Shades of Orchid #C97CDE
Tints of Orchid #C97CDE
RGB
CMYK
RGB Variations
Color information
#C97CDE (or 0xC97CDE) is known color: Orchid. HEX triplet: C9, 7C and DE. RGB value is (201,124,222). Sum of RGB (Red+Green+Blue) = 201+124+222=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #C97CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CDE is #368321. Grayscale: #9D9D9D. Windows color (decimal): -3572514 or 14580937. OLE color: 14580937.
HSL color Cylindrical-coordinate representation of color #C97CDE: hue angle of 287.14º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97CDE is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 124 | 222 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 287.14º | 0.6% | 0.68% | - |
| HSV(B) | 287.14º | 0.44% | 0.87% | - |
| XYZ | 44.48 | 32.11 | 72.96 | - |
| YUV | 158.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 222 | 0.09 | 0.44 | 0 | 0.13 | 287.14 | 0.6 | 0.68 |
| Hex | C9 | 7C | DE | 9 | 2C | 0 | D | 11F | 3C | 44 |
| Octal | 311 | 174 | 336 | 11 | 54 | 0 | 15 | 437 | 74 | 104 |
| Binary | 11001001 | 1111100 | 11011110 | 1001 | 101100 | 0 | 1101 | 100011111 | 111100 | 1000100 |
Color Harmonies of #C97CDE
Complementary color
Monochromatic Colors of #C97CDE
Black with #C97CDE
Text Example
Text Example
White with #C97CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CDE; }
p { color: rgb(201,124,222); }
H1.HeaderClassName
{
color: #C97CDE;
}
.AnyTagClassName
{
color: #C97CDE;
}
</style>
background-color css
<style>
a { background-color: #C97CDE; }
a { background-color: rgb(201,124,222); }
div.DivClassName
{
background-color: #C97CDE;
}
.BgClassName
{
background-color: #C97CDE;
}
</style>
border-color css
<style>
span { border-color: #C97CDE; }
span { border-color: rgb(201,124,222); }
td.TdClassName
{
border-color: #C97CDE;
}
.TagClassName
{
border-color: #C97CDE;
}
</style>