Shades of Orchid #C97BBB
Tints of Orchid #C97BBB
RGB
CMYK
RGB Variations
Color information
#C97BBB (or 0xC97BBB) is known color: Orchid. HEX triplet: C9, 7B and BB. RGB value is (201,123,187). Sum of RGB (Red+Green+Blue) = 201+123+187=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BBB is #368444. Grayscale: #999999. Windows color (decimal): -3572805 or 12286921. OLE color: 12286921.
HSL color Cylindrical-coordinate representation of color #C97BBB: hue angle of 310.77º 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 #C97BBB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 187 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.21 |
| HSL | 310.77º | 0.42% | 0.64% | - |
| HSV(B) | 310.77º | 0.39% | 0.79% | - |
| XYZ | 40.14 | 30.17 | 50.72 | - |
| YUV | 153.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 187 | 0 | 0.39 | 0.07 | 0.21 | 310.77 | 0.42 | 0.64 |
| Hex | C9 | 7B | BB | 0 | 27 | 7 | 15 | 137 | 2A | 40 |
| Octal | 311 | 173 | 273 | 0 | 47 | 7 | 25 | 467 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10111011 | 0 | 100111 | 111 | 10101 | 100110111 | 101010 | 1000000 |
Color Harmonies of #C97BBB
Complementary color
Monochromatic Colors of #C97BBB
Black with #C97BBB
Text Example
Text Example
White with #C97BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BBB; }
p { color: rgb(201,123,187); }
H1.HeaderClassName
{
color: #C97BBB;
}
.AnyTagClassName
{
color: #C97BBB;
}
</style>
background-color css
<style>
a { background-color: #C97BBB; }
a { background-color: rgb(201,123,187); }
div.DivClassName
{
background-color: #C97BBB;
}
.BgClassName
{
background-color: #C97BBB;
}
</style>
border-color css
<style>
span { border-color: #C97BBB; }
span { border-color: rgb(201,123,187); }
td.TdClassName
{
border-color: #C97BBB;
}
.TagClassName
{
border-color: #C97BBB;
}
</style>