Shades of Orchid #CB7CBC
Tints of Orchid #CB7CBC
RGB
CMYK
RGB Variations
Color information
#CB7CBC (or 0xCB7CBC) is known color: Orchid. HEX triplet: CB, 7C and BC. RGB value is (203,124,188). Sum of RGB (Red+Green+Blue) = 203+124+188=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CBC is #348343. Grayscale: #9A9A9A. Windows color (decimal): -3441476 or 12352715. OLE color: 12352715.
HSL color Cylindrical-coordinate representation of color #CB7CBC: hue angle of 311.39º 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 #CB7CBC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 188 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.20 |
| HSL | 311.39º | 0.43% | 0.64% | - |
| HSV(B) | 311.39º | 0.39% | 0.8% | - |
| XYZ | 40.91 | 30.74 | 51.35 | - |
| YUV | 154.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 188 | 0 | 0.39 | 0.07 | 0.20 | 311.39 | 0.43 | 0.64 |
| Hex | CB | 7C | BC | 0 | 27 | 7 | 14 | 137 | 2B | 40 |
| Octal | 313 | 174 | 274 | 0 | 47 | 7 | 24 | 467 | 53 | 100 |
| Binary | 11001011 | 1111100 | 10111100 | 0 | 100111 | 111 | 10100 | 100110111 | 101011 | 1000000 |
Color Harmonies of #CB7CBC
Complementary color
Monochromatic Colors of #CB7CBC
Black with #CB7CBC
Text Example
Text Example
White with #CB7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CBC; }
p { color: rgb(203,124,188); }
H1.HeaderClassName
{
color: #CB7CBC;
}
.AnyTagClassName
{
color: #CB7CBC;
}
</style>
background-color css
<style>
a { background-color: #CB7CBC; }
a { background-color: rgb(203,124,188); }
div.DivClassName
{
background-color: #CB7CBC;
}
.BgClassName
{
background-color: #CB7CBC;
}
</style>
border-color css
<style>
span { border-color: #CB7CBC; }
span { border-color: rgb(203,124,188); }
td.TdClassName
{
border-color: #CB7CBC;
}
.TagClassName
{
border-color: #CB7CBC;
}
</style>