Shades of Orchid #CB73BE
Tints of Orchid #CB73BE
RGB
CMYK
RGB Variations
Color information
#CB73BE (or 0xCB73BE) is known color: Orchid. HEX triplet: CB, 73 and BE. RGB value is (203,115,190). Sum of RGB (Red+Green+Blue) = 203+115+190=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73BE is #348C41. Grayscale: #959595. Windows color (decimal): -3443778 or 12481483. OLE color: 12481483.
HSL color Cylindrical-coordinate representation of color #CB73BE: hue angle of 308.86º 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 #CB73BE is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 190 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.20 |
| HSL | 308.86º | 0.46% | 0.62% | - |
| HSV(B) | 308.86º | 0.43% | 0.8% | - |
| XYZ | 40.05 | 28.68 | 52.14 | - |
| YUV | 149.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 190 | 0 | 0.43 | 0.06 | 0.20 | 308.86 | 0.46 | 0.62 |
| Hex | CB | 73 | BE | 0 | 2B | 6 | 14 | 135 | 2E | 3E |
| Octal | 313 | 163 | 276 | 0 | 53 | 6 | 24 | 465 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10111110 | 0 | 101011 | 110 | 10100 | 100110101 | 101110 | 111110 |
Color Harmonies of #CB73BE
Complementary color
Monochromatic Colors of #CB73BE
Black with #CB73BE
Text Example
Text Example
White with #CB73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73BE; }
p { color: rgb(203,115,190); }
H1.HeaderClassName
{
color: #CB73BE;
}
.AnyTagClassName
{
color: #CB73BE;
}
</style>
background-color css
<style>
a { background-color: #CB73BE; }
a { background-color: rgb(203,115,190); }
div.DivClassName
{
background-color: #CB73BE;
}
.BgClassName
{
background-color: #CB73BE;
}
</style>
border-color css
<style>
span { border-color: #CB73BE; }
span { border-color: rgb(203,115,190); }
td.TdClassName
{
border-color: #CB73BE;
}
.TagClassName
{
border-color: #CB73BE;
}
</style>