Shades of Orchid #C97ADA
Tints of Orchid #C97ADA
RGB
CMYK
RGB Variations
Color information
#C97ADA (or 0xC97ADA) is known color: Orchid. HEX triplet: C9, 7A and DA. RGB value is (201,122,218). Sum of RGB (Red+Green+Blue) = 201+122+218=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #C97ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ADA is #368525. Grayscale: #9C9C9C. Windows color (decimal): -3573030 or 14318281. OLE color: 14318281.
HSL color Cylindrical-coordinate representation of color #C97ADA: hue angle of 289.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97ADA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 122 | 218 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.15 |
| HSL | 289.38º | 0.56% | 0.67% | - |
| HSV(B) | 289.38º | 0.44% | 0.85% | - |
| XYZ | 43.7 | 31.4 | 70.09 | - |
| YUV | 156.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 218 | 0.08 | 0.44 | 0 | 0.15 | 289.38 | 0.56 | 0.67 |
| Hex | C9 | 7A | DA | 8 | 2C | 0 | F | 121 | 38 | 43 |
| Octal | 311 | 172 | 332 | 10 | 54 | 0 | 17 | 441 | 70 | 103 |
| Binary | 11001001 | 1111010 | 11011010 | 1000 | 101100 | 0 | 1111 | 100100001 | 111000 | 1000011 |
Color Harmonies of #C97ADA
Complementary color
Monochromatic Colors of #C97ADA
Black with #C97ADA
Text Example
Text Example
White with #C97ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97ADA; }
p { color: rgb(201,122,218); }
H1.HeaderClassName
{
color: #C97ADA;
}
.AnyTagClassName
{
color: #C97ADA;
}
</style>
background-color css
<style>
a { background-color: #C97ADA; }
a { background-color: rgb(201,122,218); }
div.DivClassName
{
background-color: #C97ADA;
}
.BgClassName
{
background-color: #C97ADA;
}
</style>
border-color css
<style>
span { border-color: #C97ADA; }
span { border-color: rgb(201,122,218); }
td.TdClassName
{
border-color: #C97ADA;
}
.TagClassName
{
border-color: #C97ADA;
}
</style>