Shades of Orchid #CB73C1
Tints of Orchid #CB73C1
RGB
CMYK
RGB Variations
Color information
#CB73C1 (or 0xCB73C1) is known color: Orchid. HEX triplet: CB, 73 and C1. RGB value is (203,115,193). Sum of RGB (Red+Green+Blue) = 203+115+193=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73C1 is #348C3E. Grayscale: #959595. Windows color (decimal): -3443775 or 12678091. OLE color: 12678091.
HSL color Cylindrical-coordinate representation of color #CB73C1: hue angle of 306.82º 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 #CB73C1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 193 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.20 |
| HSL | 306.82º | 0.46% | 0.62% | - |
| HSV(B) | 306.82º | 0.43% | 0.8% | - |
| XYZ | 40.38 | 28.81 | 53.88 | - |
| YUV | 150.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 193 | 0 | 0.43 | 0.05 | 0.20 | 306.82 | 0.46 | 0.62 |
| Hex | CB | 73 | C1 | 0 | 2B | 5 | 14 | 133 | 2E | 3E |
| Octal | 313 | 163 | 301 | 0 | 53 | 5 | 24 | 463 | 56 | 76 |
| Binary | 11001011 | 1110011 | 11000001 | 0 | 101011 | 101 | 10100 | 100110011 | 101110 | 111110 |
Color Harmonies of #CB73C1
Complementary color
Monochromatic Colors of #CB73C1
Black with #CB73C1
Text Example
Text Example
White with #CB73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73C1; }
p { color: rgb(203,115,193); }
H1.HeaderClassName
{
color: #CB73C1;
}
.AnyTagClassName
{
color: #CB73C1;
}
</style>
background-color css
<style>
a { background-color: #CB73C1; }
a { background-color: rgb(203,115,193); }
div.DivClassName
{
background-color: #CB73C1;
}
.BgClassName
{
background-color: #CB73C1;
}
</style>
border-color css
<style>
span { border-color: #CB73C1; }
span { border-color: rgb(203,115,193); }
td.TdClassName
{
border-color: #CB73C1;
}
.TagClassName
{
border-color: #CB73C1;
}
</style>