Shades of Orchid #CB73C9
Tints of Orchid #CB73C9
RGB
CMYK
RGB Variations
Color information
#CB73C9 (or 0xCB73C9) is known color: Orchid. HEX triplet: CB, 73 and C9. RGB value is (203,115,201). Sum of RGB (Red+Green+Blue) = 203+115+201=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73C9 is #348C36. Grayscale: #969696. Windows color (decimal): -3443767 or 13202379. OLE color: 13202379.
HSL color Cylindrical-coordinate representation of color #CB73C9: hue angle of 301.36º 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 #CB73C9 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 201 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.20 |
| HSL | 301.36º | 0.46% | 0.62% | - |
| HSV(B) | 301.36º | 0.43% | 0.8% | - |
| XYZ | 41.3 | 29.18 | 58.71 | - |
| YUV | 151.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 201 | 0 | 0.43 | 0.01 | 0.20 | 301.36 | 0.46 | 0.62 |
| Hex | CB | 73 | C9 | 0 | 2B | 1 | 14 | 12D | 2E | 3E |
| Octal | 313 | 163 | 311 | 0 | 53 | 1 | 24 | 455 | 56 | 76 |
| Binary | 11001011 | 1110011 | 11001001 | 0 | 101011 | 1 | 10100 | 100101101 | 101110 | 111110 |
Color Harmonies of #CB73C9
Complementary color
Monochromatic Colors of #CB73C9
Black with #CB73C9
Text Example
Text Example
White with #CB73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73C9; }
p { color: rgb(203,115,201); }
H1.HeaderClassName
{
color: #CB73C9;
}
.AnyTagClassName
{
color: #CB73C9;
}
</style>
background-color css
<style>
a { background-color: #CB73C9; }
a { background-color: rgb(203,115,201); }
div.DivClassName
{
background-color: #CB73C9;
}
.BgClassName
{
background-color: #CB73C9;
}
</style>
border-color css
<style>
span { border-color: #CB73C9; }
span { border-color: rgb(203,115,201); }
td.TdClassName
{
border-color: #CB73C9;
}
.TagClassName
{
border-color: #CB73C9;
}
</style>