Shades of Orchid #CB7AC5
Tints of Orchid #CB7AC5
RGB
CMYK
RGB Variations
Color information
#CB7AC5 (or 0xCB7AC5) is known color: Orchid. HEX triplet: CB, 7A and C5. RGB value is (203,122,197). Sum of RGB (Red+Green+Blue) = 203+122+197=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC5 is #34853A. Grayscale: #9A9A9A. Windows color (decimal): -3441979 or 12942027. OLE color: 12942027.
HSL color Cylindrical-coordinate representation of color #CB7AC5: hue angle of 304.44º 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 #CB7AC5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 197 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.20 |
| HSL | 304.44º | 0.44% | 0.64% | - |
| HSV(B) | 304.44º | 0.4% | 0.8% | - |
| XYZ | 41.67 | 30.65 | 56.54 | - |
| YUV | 154.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 197 | 0 | 0.40 | 0.03 | 0.20 | 304.44 | 0.44 | 0.64 |
| Hex | CB | 7A | C5 | 0 | 28 | 3 | 14 | 130 | 2C | 40 |
| Octal | 313 | 172 | 305 | 0 | 50 | 3 | 24 | 460 | 54 | 100 |
| Binary | 11001011 | 1111010 | 11000101 | 0 | 101000 | 11 | 10100 | 100110000 | 101100 | 1000000 |
Color Harmonies of #CB7AC5
Complementary color
Monochromatic Colors of #CB7AC5
Black with #CB7AC5
Text Example
Text Example
White with #CB7AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AC5; }
p { color: rgb(203,122,197); }
H1.HeaderClassName
{
color: #CB7AC5;
}
.AnyTagClassName
{
color: #CB7AC5;
}
</style>
background-color css
<style>
a { background-color: #CB7AC5; }
a { background-color: rgb(203,122,197); }
div.DivClassName
{
background-color: #CB7AC5;
}
.BgClassName
{
background-color: #CB7AC5;
}
</style>
border-color css
<style>
span { border-color: #CB7AC5; }
span { border-color: rgb(203,122,197); }
td.TdClassName
{
border-color: #CB7AC5;
}
.TagClassName
{
border-color: #CB7AC5;
}
</style>