Shades of Orchid #CB7BBE
Tints of Orchid #CB7BBE
RGB
CMYK
RGB Variations
Color information
#CB7BBE (or 0xCB7BBE) is known color: Orchid. HEX triplet: CB, 7B and BE. RGB value is (203,123,190). Sum of RGB (Red+Green+Blue) = 203+123+190=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BBE is #348441. Grayscale: #9A9A9A. Windows color (decimal): -3441730 or 12483531. OLE color: 12483531.
HSL color Cylindrical-coordinate representation of color #CB7BBE: hue angle of 309.75º 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 #CB7BBE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 190 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.20 |
| HSL | 309.75º | 0.43% | 0.64% | - |
| HSV(B) | 309.75º | 0.39% | 0.8% | - |
| XYZ | 41.01 | 30.58 | 52.46 | - |
| YUV | 154.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 190 | 0 | 0.39 | 0.06 | 0.20 | 309.75 | 0.43 | 0.64 |
| Hex | CB | 7B | BE | 0 | 27 | 6 | 14 | 136 | 2B | 40 |
| Octal | 313 | 173 | 276 | 0 | 47 | 6 | 24 | 466 | 53 | 100 |
| Binary | 11001011 | 1111011 | 10111110 | 0 | 100111 | 110 | 10100 | 100110110 | 101011 | 1000000 |
Color Harmonies of #CB7BBE
Complementary color
Monochromatic Colors of #CB7BBE
Black with #CB7BBE
Text Example
Text Example
White with #CB7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BBE; }
p { color: rgb(203,123,190); }
H1.HeaderClassName
{
color: #CB7BBE;
}
.AnyTagClassName
{
color: #CB7BBE;
}
</style>
background-color css
<style>
a { background-color: #CB7BBE; }
a { background-color: rgb(203,123,190); }
div.DivClassName
{
background-color: #CB7BBE;
}
.BgClassName
{
background-color: #CB7BBE;
}
</style>
border-color css
<style>
span { border-color: #CB7BBE; }
span { border-color: rgb(203,123,190); }
td.TdClassName
{
border-color: #CB7BBE;
}
.TagClassName
{
border-color: #CB7BBE;
}
</style>