Shades of Orchid #CB7BBF
Tints of Orchid #CB7BBF
RGB
CMYK
RGB Variations
Color information
#CB7BBF (or 0xCB7BBF) is known color: Orchid. HEX triplet: CB, 7B and BF. RGB value is (203,123,191). Sum of RGB (Red+Green+Blue) = 203+123+191=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BBF is #348440. Grayscale: #9A9A9A. Windows color (decimal): -3441729 or 12549067. OLE color: 12549067.
HSL color Cylindrical-coordinate representation of color #CB7BBF: hue angle of 309º 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 #CB7BBF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 191 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.20 |
| HSL | 309º | 0.43% | 0.64% | - |
| HSV(B) | 309º | 0.39% | 0.8% | - |
| XYZ | 41.12 | 30.62 | 53.03 | - |
| YUV | 154.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 191 | 0 | 0.39 | 0.06 | 0.20 | 309 | 0.43 | 0.64 |
| Hex | CB | 7B | BF | 0 | 27 | 6 | 14 | 135 | 2B | 40 |
| Octal | 313 | 173 | 277 | 0 | 47 | 6 | 24 | 465 | 53 | 100 |
| Binary | 11001011 | 1111011 | 10111111 | 0 | 100111 | 110 | 10100 | 100110101 | 101011 | 1000000 |
Color Harmonies of #CB7BBF
Complementary color
Monochromatic Colors of #CB7BBF
Black with #CB7BBF
Text Example
Text Example
White with #CB7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BBF; }
p { color: rgb(203,123,191); }
H1.HeaderClassName
{
color: #CB7BBF;
}
.AnyTagClassName
{
color: #CB7BBF;
}
</style>
background-color css
<style>
a { background-color: #CB7BBF; }
a { background-color: rgb(203,123,191); }
div.DivClassName
{
background-color: #CB7BBF;
}
.BgClassName
{
background-color: #CB7BBF;
}
</style>
border-color css
<style>
span { border-color: #CB7BBF; }
span { border-color: rgb(203,123,191); }
td.TdClassName
{
border-color: #CB7BBF;
}
.TagClassName
{
border-color: #CB7BBF;
}
</style>