Shades of Orchid #C97BC5
Tints of Orchid #C97BC5
RGB
CMYK
RGB Variations
Color information
#C97BC5 (or 0xC97BC5) is known color: Orchid. HEX triplet: C9, 7B and C5. RGB value is (201,123,197). Sum of RGB (Red+Green+Blue) = 201+123+197=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BC5 is #36843A. Grayscale: #9A9A9A. Windows color (decimal): -3572795 or 12942281. OLE color: 12942281.
HSL color Cylindrical-coordinate representation of color #C97BC5: hue angle of 303.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BC5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 197 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.21 |
| HSL | 303.08º | 0.42% | 0.64% | - |
| HSV(B) | 303.08º | 0.39% | 0.79% | - |
| XYZ | 41.25 | 30.61 | 56.56 | - |
| YUV | 154.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 197 | 0 | 0.39 | 0.02 | 0.21 | 303.08 | 0.42 | 0.64 |
| Hex | C9 | 7B | C5 | 0 | 27 | 2 | 15 | 12F | 2A | 40 |
| Octal | 311 | 173 | 305 | 0 | 47 | 2 | 25 | 457 | 52 | 100 |
| Binary | 11001001 | 1111011 | 11000101 | 0 | 100111 | 10 | 10101 | 100101111 | 101010 | 1000000 |
Color Harmonies of #C97BC5
Complementary color
Monochromatic Colors of #C97BC5
Black with #C97BC5
Text Example
Text Example
White with #C97BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BC5; }
p { color: rgb(201,123,197); }
H1.HeaderClassName
{
color: #C97BC5;
}
.AnyTagClassName
{
color: #C97BC5;
}
</style>
background-color css
<style>
a { background-color: #C97BC5; }
a { background-color: rgb(201,123,197); }
div.DivClassName
{
background-color: #C97BC5;
}
.BgClassName
{
background-color: #C97BC5;
}
</style>
border-color css
<style>
span { border-color: #C97BC5; }
span { border-color: rgb(201,123,197); }
td.TdClassName
{
border-color: #C97BC5;
}
.TagClassName
{
border-color: #C97BC5;
}
</style>