Shades of Orchid #C97AC1
Tints of Orchid #C97AC1
RGB
CMYK
RGB Variations
Color information
#C97AC1 (or 0xC97AC1) is known color: Orchid. HEX triplet: C9, 7A and C1. RGB value is (201,122,193). Sum of RGB (Red+Green+Blue) = 201+122+193=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AC1 is #36853E. Grayscale: #999999. Windows color (decimal): -3573055 or 12679881. OLE color: 12679881.
HSL color Cylindrical-coordinate representation of color #C97AC1: hue angle of 306.08º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97AC1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 193 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.21 |
| HSL | 306.08º | 0.42% | 0.63% | - |
| HSV(B) | 306.08º | 0.39% | 0.79% | - |
| XYZ | 40.67 | 30.19 | 54.14 | - |
| YUV | 153.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 193 | 0 | 0.39 | 0.04 | 0.21 | 306.08 | 0.42 | 0.63 |
| Hex | C9 | 7A | C1 | 0 | 27 | 4 | 15 | 132 | 2A | 3F |
| Octal | 311 | 172 | 301 | 0 | 47 | 4 | 25 | 462 | 52 | 77 |
| Binary | 11001001 | 1111010 | 11000001 | 0 | 100111 | 100 | 10101 | 100110010 | 101010 | 111111 |
Color Harmonies of #C97AC1
Complementary color
Monochromatic Colors of #C97AC1
Black with #C97AC1
Text Example
Text Example
White with #C97AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97AC1; }
p { color: rgb(201,122,193); }
H1.HeaderClassName
{
color: #C97AC1;
}
.AnyTagClassName
{
color: #C97AC1;
}
</style>
background-color css
<style>
a { background-color: #C97AC1; }
a { background-color: rgb(201,122,193); }
div.DivClassName
{
background-color: #C97AC1;
}
.BgClassName
{
background-color: #C97AC1;
}
</style>
border-color css
<style>
span { border-color: #C97AC1; }
span { border-color: rgb(201,122,193); }
td.TdClassName
{
border-color: #C97AC1;
}
.TagClassName
{
border-color: #C97AC1;
}
</style>