Shades of Orchid #CB7ABF
Tints of Orchid #CB7ABF
RGB
CMYK
RGB Variations
Color information
#CB7ABF (or 0xCB7ABF) is known color: Orchid. HEX triplet: CB, 7A and BF. RGB value is (203,122,191). Sum of RGB (Red+Green+Blue) = 203+122+191=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABF is #348540. Grayscale: #999999. Windows color (decimal): -3441985 or 12548811. OLE color: 12548811.
HSL color Cylindrical-coordinate representation of color #CB7ABF: hue angle of 308.89º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7ABF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 191 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.20 |
| HSL | 308.89º | 0.44% | 0.64% | - |
| HSV(B) | 308.89º | 0.4% | 0.8% | - |
| XYZ | 40.99 | 30.38 | 52.99 | - |
| YUV | 154.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 191 | 0 | 0.40 | 0.06 | 0.20 | 308.89 | 0.44 | 0.64 |
| Hex | CB | 7A | BF | 0 | 28 | 6 | 14 | 135 | 2C | 40 |
| Octal | 313 | 172 | 277 | 0 | 50 | 6 | 24 | 465 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10111111 | 0 | 101000 | 110 | 10100 | 100110101 | 101100 | 1000000 |
Color Harmonies of #CB7ABF
Complementary color
Monochromatic Colors of #CB7ABF
Black with #CB7ABF
Text Example
Text Example
White with #CB7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ABF; }
p { color: rgb(203,122,191); }
H1.HeaderClassName
{
color: #CB7ABF;
}
.AnyTagClassName
{
color: #CB7ABF;
}
</style>
background-color css
<style>
a { background-color: #CB7ABF; }
a { background-color: rgb(203,122,191); }
div.DivClassName
{
background-color: #CB7ABF;
}
.BgClassName
{
background-color: #CB7ABF;
}
</style>
border-color css
<style>
span { border-color: #CB7ABF; }
span { border-color: rgb(203,122,191); }
td.TdClassName
{
border-color: #CB7ABF;
}
.TagClassName
{
border-color: #CB7ABF;
}
</style>