Shades of Orchid #C97ADD
Tints of Orchid #C97ADD
RGB
CMYK
RGB Variations
Color information
#C97ADD (or 0xC97ADD) is known color: Orchid. HEX triplet: C9, 7A and DD. RGB value is (201,122,221). Sum of RGB (Red+Green+Blue) = 201+122+221=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C97ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ADD is #368522. Grayscale: #9C9C9C. Windows color (decimal): -3573027 or 14514889. OLE color: 14514889.
HSL color Cylindrical-coordinate representation of color #C97ADD: hue angle of 287.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97ADD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 122 | 221 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 287.88º | 0.59% | 0.67% | - |
| HSV(B) | 287.88º | 0.45% | 0.87% | - |
| XYZ | 44.1 | 31.56 | 72.17 | - |
| YUV | 156.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 221 | 0.09 | 0.45 | 0 | 0.13 | 287.88 | 0.59 | 0.67 |
| Hex | C9 | 7A | DD | 9 | 2D | 0 | D | 120 | 3B | 43 |
| Octal | 311 | 172 | 335 | 11 | 55 | 0 | 15 | 440 | 73 | 103 |
| Binary | 11001001 | 1111010 | 11011101 | 1001 | 101101 | 0 | 1101 | 100100000 | 111011 | 1000011 |
Color Harmonies of #C97ADD
Complementary color
Monochromatic Colors of #C97ADD
Black with #C97ADD
Text Example
Text Example
White with #C97ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97ADD; }
p { color: rgb(201,122,221); }
H1.HeaderClassName
{
color: #C97ADD;
}
.AnyTagClassName
{
color: #C97ADD;
}
</style>
background-color css
<style>
a { background-color: #C97ADD; }
a { background-color: rgb(201,122,221); }
div.DivClassName
{
background-color: #C97ADD;
}
.BgClassName
{
background-color: #C97ADD;
}
</style>
border-color css
<style>
span { border-color: #C97ADD; }
span { border-color: rgb(201,122,221); }
td.TdClassName
{
border-color: #C97ADD;
}
.TagClassName
{
border-color: #C97ADD;
}
</style>