Shades of Orchid #CB7ACE
Tints of Orchid #CB7ACE
RGB
CMYK
RGB Variations
Color information
#CB7ACE (or 0xCB7ACE) is known color: Orchid. HEX triplet: CB, 7A and CE. RGB value is (203,122,206). Sum of RGB (Red+Green+Blue) = 203+122+206=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ACE is #348531. Grayscale: #9B9B9B. Windows color (decimal): -3441970 or 13531851. OLE color: 13531851.
HSL color Cylindrical-coordinate representation of color #CB7ACE: hue angle of 297.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7ACE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 122 | 206 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.19 |
| HSL | 297.86º | 0.46% | 0.64% | - |
| HSV(B) | 297.86º | 0.41% | 0.81% | - |
| XYZ | 42.73 | 31.07 | 62.14 | - |
| YUV | 155.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 206 | 0.01 | 0.41 | 0 | 0.19 | 297.86 | 0.46 | 0.64 |
| Hex | CB | 7A | CE | 1 | 29 | 0 | 13 | 12A | 2E | 40 |
| Octal | 313 | 172 | 316 | 1 | 51 | 0 | 23 | 452 | 56 | 100 |
| Binary | 11001011 | 1111010 | 11001110 | 1 | 101001 | 0 | 10011 | 100101010 | 101110 | 1000000 |
Color Harmonies of #CB7ACE
Complementary color
Monochromatic Colors of #CB7ACE
Black with #CB7ACE
Text Example
Text Example
White with #CB7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ACE; }
p { color: rgb(203,122,206); }
H1.HeaderClassName
{
color: #CB7ACE;
}
.AnyTagClassName
{
color: #CB7ACE;
}
</style>
background-color css
<style>
a { background-color: #CB7ACE; }
a { background-color: rgb(203,122,206); }
div.DivClassName
{
background-color: #CB7ACE;
}
.BgClassName
{
background-color: #CB7ACE;
}
</style>
border-color css
<style>
span { border-color: #CB7ACE; }
span { border-color: rgb(203,122,206); }
td.TdClassName
{
border-color: #CB7ACE;
}
.TagClassName
{
border-color: #CB7ACE;
}
</style>