Shades of Orchid #CB73B9
Tints of Orchid #CB73B9
RGB
CMYK
RGB Variations
Color information
#CB73B9 (or 0xCB73B9) is known color: Orchid. HEX triplet: CB, 73 and B9. RGB value is (203,115,185). Sum of RGB (Red+Green+Blue) = 203+115+185=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73B9 is #348C46. Grayscale: #959595. Windows color (decimal): -3443783 or 12153803. OLE color: 12153803.
HSL color Cylindrical-coordinate representation of color #CB73B9: hue angle of 312.27º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB73B9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 185 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.20 |
| HSL | 312.27º | 0.46% | 0.62% | - |
| HSV(B) | 312.27º | 0.43% | 0.8% | - |
| XYZ | 39.52 | 28.46 | 49.31 | - |
| YUV | 149.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 185 | 0 | 0.43 | 0.09 | 0.20 | 312.27 | 0.46 | 0.62 |
| Hex | CB | 73 | B9 | 0 | 2B | 9 | 14 | 138 | 2E | 3E |
| Octal | 313 | 163 | 271 | 0 | 53 | 11 | 24 | 470 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10111001 | 0 | 101011 | 1001 | 10100 | 100111000 | 101110 | 111110 |
Color Harmonies of #CB73B9
Complementary color
Monochromatic Colors of #CB73B9
Black with #CB73B9
Text Example
Text Example
White with #CB73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73B9; }
p { color: rgb(203,115,185); }
H1.HeaderClassName
{
color: #CB73B9;
}
.AnyTagClassName
{
color: #CB73B9;
}
</style>
background-color css
<style>
a { background-color: #CB73B9; }
a { background-color: rgb(203,115,185); }
div.DivClassName
{
background-color: #CB73B9;
}
.BgClassName
{
background-color: #CB73B9;
}
</style>
border-color css
<style>
span { border-color: #CB73B9; }
span { border-color: rgb(203,115,185); }
td.TdClassName
{
border-color: #CB73B9;
}
.TagClassName
{
border-color: #CB73B9;
}
</style>