Shades of Orchid #C97ADE
Tints of Orchid #C97ADE
RGB
CMYK
RGB Variations
Color information
#C97ADE (or 0xC97ADE) is known color: Orchid. HEX triplet: C9, 7A and DE. RGB value is (201,122,222). Sum of RGB (Red+Green+Blue) = 201+122+222=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #C97ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ADE is #368521. Grayscale: #9C9C9C. Windows color (decimal): -3573026 or 14580425. OLE color: 14580425.
HSL color Cylindrical-coordinate representation of color #C97ADE: hue angle of 287.4º degrees, saturation: 0.6, 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 #C97ADE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 122 | 222 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 287.4º | 0.6% | 0.67% | - |
| HSV(B) | 287.4º | 0.45% | 0.87% | - |
| XYZ | 44.23 | 31.61 | 72.88 | - |
| YUV | 157.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 222 | 0.09 | 0.45 | 0 | 0.13 | 287.4 | 0.6 | 0.67 |
| Hex | C9 | 7A | DE | 9 | 2D | 0 | D | 11F | 3C | 43 |
| Octal | 311 | 172 | 336 | 11 | 55 | 0 | 15 | 437 | 74 | 103 |
| Binary | 11001001 | 1111010 | 11011110 | 1001 | 101101 | 0 | 1101 | 100011111 | 111100 | 1000011 |
Color Harmonies of #C97ADE
Complementary color
Monochromatic Colors of #C97ADE
Black with #C97ADE
Text Example
Text Example
White with #C97ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97ADE; }
p { color: rgb(201,122,222); }
H1.HeaderClassName
{
color: #C97ADE;
}
.AnyTagClassName
{
color: #C97ADE;
}
</style>
background-color css
<style>
a { background-color: #C97ADE; }
a { background-color: rgb(201,122,222); }
div.DivClassName
{
background-color: #C97ADE;
}
.BgClassName
{
background-color: #C97ADE;
}
</style>
border-color css
<style>
span { border-color: #C97ADE; }
span { border-color: rgb(201,122,222); }
td.TdClassName
{
border-color: #C97ADE;
}
.TagClassName
{
border-color: #C97ADE;
}
</style>