Shades of Orchid #CB7DBB
Tints of Orchid #CB7DBB
RGB
CMYK
RGB Variations
Color information
#CB7DBB (or 0xCB7DBB) is known color: Orchid. HEX triplet: CB, 7D and BB. RGB value is (203,125,187). Sum of RGB (Red+Green+Blue) = 203+125+187=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DBB is #348244. Grayscale: #9B9B9B. Windows color (decimal): -3441221 or 12287435. OLE color: 12287435.
HSL color Cylindrical-coordinate representation of color #CB7DBB: hue angle of 312.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DBB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 187 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.20 |
| HSL | 312.31º | 0.43% | 0.64% | - |
| HSV(B) | 312.31º | 0.38% | 0.8% | - |
| XYZ | 40.93 | 30.95 | 50.83 | - |
| YUV | 155.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 187 | 0 | 0.38 | 0.08 | 0.20 | 312.31 | 0.43 | 0.64 |
| Hex | CB | 7D | BB | 0 | 26 | 8 | 14 | 138 | 2B | 40 |
| Octal | 313 | 175 | 273 | 0 | 46 | 10 | 24 | 470 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10111011 | 0 | 100110 | 1000 | 10100 | 100111000 | 101011 | 1000000 |
Color Harmonies of #CB7DBB
Complementary color
Monochromatic Colors of #CB7DBB
Black with #CB7DBB
Text Example
Text Example
White with #CB7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DBB; }
p { color: rgb(203,125,187); }
H1.HeaderClassName
{
color: #CB7DBB;
}
.AnyTagClassName
{
color: #CB7DBB;
}
</style>
background-color css
<style>
a { background-color: #CB7DBB; }
a { background-color: rgb(203,125,187); }
div.DivClassName
{
background-color: #CB7DBB;
}
.BgClassName
{
background-color: #CB7DBB;
}
</style>
border-color css
<style>
span { border-color: #CB7DBB; }
span { border-color: rgb(203,125,187); }
td.TdClassName
{
border-color: #CB7DBB;
}
.TagClassName
{
border-color: #CB7DBB;
}
</style>