Shades of Orchid #C97ABC
Tints of Orchid #C97ABC
RGB
CMYK
RGB Variations
Color information
#C97ABC (or 0xC97ABC) is known color: Orchid. HEX triplet: C9, 7A and BC. RGB value is (201,122,188). Sum of RGB (Red+Green+Blue) = 201+122+188=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C97ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ABC is #368543. Grayscale: #989898. Windows color (decimal): -3573060 or 12352201. OLE color: 12352201.
HSL color Cylindrical-coordinate representation of color #C97ABC: hue angle of 309.87º 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 #C97ABC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 188 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.21 |
| HSL | 309.87º | 0.42% | 0.63% | - |
| HSV(B) | 309.87º | 0.39% | 0.79% | - |
| XYZ | 40.12 | 29.97 | 51.25 | - |
| YUV | 153.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 188 | 0 | 0.39 | 0.06 | 0.21 | 309.87 | 0.42 | 0.63 |
| Hex | C9 | 7A | BC | 0 | 27 | 6 | 15 | 136 | 2A | 3F |
| Octal | 311 | 172 | 274 | 0 | 47 | 6 | 25 | 466 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10111100 | 0 | 100111 | 110 | 10101 | 100110110 | 101010 | 111111 |
Color Harmonies of #C97ABC
Complementary color
Monochromatic Colors of #C97ABC
Black with #C97ABC
Text Example
Text Example
White with #C97ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97ABC; }
p { color: rgb(201,122,188); }
H1.HeaderClassName
{
color: #C97ABC;
}
.AnyTagClassName
{
color: #C97ABC;
}
</style>
background-color css
<style>
a { background-color: #C97ABC; }
a { background-color: rgb(201,122,188); }
div.DivClassName
{
background-color: #C97ABC;
}
.BgClassName
{
background-color: #C97ABC;
}
</style>
border-color css
<style>
span { border-color: #C97ABC; }
span { border-color: rgb(201,122,188); }
td.TdClassName
{
border-color: #C97ABC;
}
.TagClassName
{
border-color: #C97ABC;
}
</style>