Shades of Orchid #CB7CBB
Tints of Orchid #CB7CBB
RGB
CMYK
RGB Variations
Color information
#CB7CBB (or 0xCB7CBB) is known color: Orchid. HEX triplet: CB, 7C and BB. RGB value is (203,124,187). Sum of RGB (Red+Green+Blue) = 203+124+187=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CBB is #348344. Grayscale: #9A9A9A. Windows color (decimal): -3441477 or 12287179. OLE color: 12287179.
HSL color Cylindrical-coordinate representation of color #CB7CBB: hue angle of 312.15º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CBB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 187 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.20 |
| HSL | 312.15º | 0.43% | 0.64% | - |
| HSV(B) | 312.15º | 0.39% | 0.8% | - |
| XYZ | 40.81 | 30.7 | 50.79 | - |
| YUV | 154.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 187 | 0 | 0.39 | 0.08 | 0.20 | 312.15 | 0.43 | 0.64 |
| Hex | CB | 7C | BB | 0 | 27 | 8 | 14 | 138 | 2B | 40 |
| Octal | 313 | 174 | 273 | 0 | 47 | 10 | 24 | 470 | 53 | 100 |
| Binary | 11001011 | 1111100 | 10111011 | 0 | 100111 | 1000 | 10100 | 100111000 | 101011 | 1000000 |
Color Harmonies of #CB7CBB
Complementary color
Monochromatic Colors of #CB7CBB
Black with #CB7CBB
Text Example
Text Example
White with #CB7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CBB; }
p { color: rgb(203,124,187); }
H1.HeaderClassName
{
color: #CB7CBB;
}
.AnyTagClassName
{
color: #CB7CBB;
}
</style>
background-color css
<style>
a { background-color: #CB7CBB; }
a { background-color: rgb(203,124,187); }
div.DivClassName
{
background-color: #CB7CBB;
}
.BgClassName
{
background-color: #CB7CBB;
}
</style>
border-color css
<style>
span { border-color: #CB7CBB; }
span { border-color: rgb(203,124,187); }
td.TdClassName
{
border-color: #CB7CBB;
}
.TagClassName
{
border-color: #CB7CBB;
}
</style>