Shades of Orchid #C97BBC
Tints of Orchid #C97BBC
RGB
CMYK
RGB Variations
Color information
#C97BBC (or 0xC97BBC) is known color: Orchid. HEX triplet: C9, 7B and BC. RGB value is (201,123,188). Sum of RGB (Red+Green+Blue) = 201+123+188=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BBC is #368443. Grayscale: #999999. Windows color (decimal): -3572804 or 12352457. OLE color: 12352457.
HSL color Cylindrical-coordinate representation of color #C97BBC: hue angle of 310º 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 #C97BBC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 188 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.21 |
| HSL | 310º | 0.42% | 0.64% | - |
| HSV(B) | 310º | 0.39% | 0.79% | - |
| XYZ | 40.25 | 30.21 | 51.29 | - |
| YUV | 153.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 188 | 0 | 0.39 | 0.06 | 0.21 | 310 | 0.42 | 0.64 |
| Hex | C9 | 7B | BC | 0 | 27 | 6 | 15 | 136 | 2A | 40 |
| Octal | 311 | 173 | 274 | 0 | 47 | 6 | 25 | 466 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10111100 | 0 | 100111 | 110 | 10101 | 100110110 | 101010 | 1000000 |
Color Harmonies of #C97BBC
Complementary color
Monochromatic Colors of #C97BBC
Black with #C97BBC
Text Example
Text Example
White with #C97BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BBC; }
p { color: rgb(201,123,188); }
H1.HeaderClassName
{
color: #C97BBC;
}
.AnyTagClassName
{
color: #C97BBC;
}
</style>
background-color css
<style>
a { background-color: #C97BBC; }
a { background-color: rgb(201,123,188); }
div.DivClassName
{
background-color: #C97BBC;
}
.BgClassName
{
background-color: #C97BBC;
}
</style>
border-color css
<style>
span { border-color: #C97BBC; }
span { border-color: rgb(201,123,188); }
td.TdClassName
{
border-color: #C97BBC;
}
.TagClassName
{
border-color: #C97BBC;
}
</style>