Shades of Orchid #C97BBD
Tints of Orchid #C97BBD
RGB
CMYK
RGB Variations
Color information
#C97BBD (or 0xC97BBD) is known color: Orchid. HEX triplet: C9, 7B and BD. RGB value is (201,123,189). Sum of RGB (Red+Green+Blue) = 201+123+189=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BBD is #368442. Grayscale: #999999. Windows color (decimal): -3572803 or 12417993. OLE color: 12417993.
HSL color Cylindrical-coordinate representation of color #C97BBD: hue angle of 309.23º 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 #C97BBD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 189 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.21 |
| HSL | 309.23º | 0.42% | 0.64% | - |
| HSV(B) | 309.23º | 0.39% | 0.79% | - |
| XYZ | 40.36 | 30.26 | 51.86 | - |
| YUV | 153.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 189 | 0 | 0.39 | 0.06 | 0.21 | 309.23 | 0.42 | 0.64 |
| Hex | C9 | 7B | BD | 0 | 27 | 6 | 15 | 135 | 2A | 40 |
| Octal | 311 | 173 | 275 | 0 | 47 | 6 | 25 | 465 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10111101 | 0 | 100111 | 110 | 10101 | 100110101 | 101010 | 1000000 |
Color Harmonies of #C97BBD
Complementary color
Monochromatic Colors of #C97BBD
Black with #C97BBD
Text Example
Text Example
White with #C97BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BBD; }
p { color: rgb(201,123,189); }
H1.HeaderClassName
{
color: #C97BBD;
}
.AnyTagClassName
{
color: #C97BBD;
}
</style>
background-color css
<style>
a { background-color: #C97BBD; }
a { background-color: rgb(201,123,189); }
div.DivClassName
{
background-color: #C97BBD;
}
.BgClassName
{
background-color: #C97BBD;
}
</style>
border-color css
<style>
span { border-color: #C97BBD; }
span { border-color: rgb(201,123,189); }
td.TdClassName
{
border-color: #C97BBD;
}
.TagClassName
{
border-color: #C97BBD;
}
</style>