Shades of Orchid #CB73BF
Tints of Orchid #CB73BF
RGB
CMYK
RGB Variations
Color information
#CB73BF (or 0xCB73BF) is known color: Orchid. HEX triplet: CB, 73 and BF. RGB value is (203,115,191). Sum of RGB (Red+Green+Blue) = 203+115+191=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73BF is #348C40. Grayscale: #959595. Windows color (decimal): -3443777 or 12547019. OLE color: 12547019.
HSL color Cylindrical-coordinate representation of color #CB73BF: hue angle of 308.18º 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 #CB73BF is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 191 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.20 |
| HSL | 308.18º | 0.46% | 0.62% | - |
| HSV(B) | 308.18º | 0.43% | 0.8% | - |
| XYZ | 40.16 | 28.72 | 52.72 | - |
| YUV | 149.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 191 | 0 | 0.43 | 0.06 | 0.20 | 308.18 | 0.46 | 0.62 |
| Hex | CB | 73 | BF | 0 | 2B | 6 | 14 | 134 | 2E | 3E |
| Octal | 313 | 163 | 277 | 0 | 53 | 6 | 24 | 464 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10111111 | 0 | 101011 | 110 | 10100 | 100110100 | 101110 | 111110 |
Color Harmonies of #CB73BF
Complementary color
Monochromatic Colors of #CB73BF
Black with #CB73BF
Text Example
Text Example
White with #CB73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73BF; }
p { color: rgb(203,115,191); }
H1.HeaderClassName
{
color: #CB73BF;
}
.AnyTagClassName
{
color: #CB73BF;
}
</style>
background-color css
<style>
a { background-color: #CB73BF; }
a { background-color: rgb(203,115,191); }
div.DivClassName
{
background-color: #CB73BF;
}
.BgClassName
{
background-color: #CB73BF;
}
</style>
border-color css
<style>
span { border-color: #CB73BF; }
span { border-color: rgb(203,115,191); }
td.TdClassName
{
border-color: #CB73BF;
}
.TagClassName
{
border-color: #CB73BF;
}
</style>