Shades of Orchid #CB73BA
Tints of Orchid #CB73BA
RGB
CMYK
RGB Variations
Color information
#CB73BA (or 0xCB73BA) is known color: Orchid. HEX triplet: CB, 73 and BA. RGB value is (203,115,186). Sum of RGB (Red+Green+Blue) = 203+115+186=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73BA is #348C45. Grayscale: #959595. Windows color (decimal): -3443782 or 12219339. OLE color: 12219339.
HSL color Cylindrical-coordinate representation of color #CB73BA: hue angle of 311.59º 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 #CB73BA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 186 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.20 |
| HSL | 311.59º | 0.46% | 0.62% | - |
| HSV(B) | 311.59º | 0.43% | 0.8% | - |
| XYZ | 39.62 | 28.5 | 49.87 | - |
| YUV | 149.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 186 | 0 | 0.43 | 0.08 | 0.20 | 311.59 | 0.46 | 0.62 |
| Hex | CB | 73 | BA | 0 | 2B | 8 | 14 | 138 | 2E | 3E |
| Octal | 313 | 163 | 272 | 0 | 53 | 10 | 24 | 470 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10111010 | 0 | 101011 | 1000 | 10100 | 100111000 | 101110 | 111110 |
Color Harmonies of #CB73BA
Complementary color
Monochromatic Colors of #CB73BA
Black with #CB73BA
Text Example
Text Example
White with #CB73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73BA; }
p { color: rgb(203,115,186); }
H1.HeaderClassName
{
color: #CB73BA;
}
.AnyTagClassName
{
color: #CB73BA;
}
</style>
background-color css
<style>
a { background-color: #CB73BA; }
a { background-color: rgb(203,115,186); }
div.DivClassName
{
background-color: #CB73BA;
}
.BgClassName
{
background-color: #CB73BA;
}
</style>
border-color css
<style>
span { border-color: #CB73BA; }
span { border-color: rgb(203,115,186); }
td.TdClassName
{
border-color: #CB73BA;
}
.TagClassName
{
border-color: #CB73BA;
}
</style>