Shades of Orchid #CB7ABE
Tints of Orchid #CB7ABE
RGB
CMYK
RGB Variations
Color information
#CB7ABE (or 0xCB7ABE) is known color: Orchid. HEX triplet: CB, 7A and BE. RGB value is (203,122,190). Sum of RGB (Red+Green+Blue) = 203+122+190=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ABE is #348541. Grayscale: #999999. Windows color (decimal): -3441986 or 12483275. OLE color: 12483275.
HSL color Cylindrical-coordinate representation of color #CB7ABE: hue angle of 309.63º 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 #CB7ABE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 190 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.20 |
| HSL | 309.63º | 0.44% | 0.64% | - |
| HSV(B) | 309.63º | 0.4% | 0.8% | - |
| XYZ | 40.88 | 30.33 | 52.42 | - |
| YUV | 153.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 190 | 0 | 0.40 | 0.06 | 0.20 | 309.63 | 0.44 | 0.64 |
| Hex | CB | 7A | BE | 0 | 28 | 6 | 14 | 136 | 2C | 40 |
| Octal | 313 | 172 | 276 | 0 | 50 | 6 | 24 | 466 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10111110 | 0 | 101000 | 110 | 10100 | 100110110 | 101100 | 1000000 |
Color Harmonies of #CB7ABE
Complementary color
Monochromatic Colors of #CB7ABE
Black with #CB7ABE
Text Example
Text Example
White with #CB7ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ABE; }
p { color: rgb(203,122,190); }
H1.HeaderClassName
{
color: #CB7ABE;
}
.AnyTagClassName
{
color: #CB7ABE;
}
</style>
background-color css
<style>
a { background-color: #CB7ABE; }
a { background-color: rgb(203,122,190); }
div.DivClassName
{
background-color: #CB7ABE;
}
.BgClassName
{
background-color: #CB7ABE;
}
</style>
border-color css
<style>
span { border-color: #CB7ABE; }
span { border-color: rgb(203,122,190); }
td.TdClassName
{
border-color: #CB7ABE;
}
.TagClassName
{
border-color: #CB7ABE;
}
</style>