Shades of Orchid #CB7AD9
Tints of Orchid #CB7AD9
RGB
CMYK
RGB Variations
Color information
#CB7AD9 (or 0xCB7AD9) is known color: Orchid. HEX triplet: CB, 7A and D9. RGB value is (203,122,217). Sum of RGB (Red+Green+Blue) = 203+122+217=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB7AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AD9 is #348526. Grayscale: #9C9C9C. Windows color (decimal): -3441959 or 14252747. OLE color: 14252747.
HSL color Cylindrical-coordinate representation of color #CB7AD9: hue angle of 291.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7AD9 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 122 | 217 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.15 |
| HSL | 291.16º | 0.56% | 0.66% | - |
| HSV(B) | 291.16º | 0.44% | 0.85% | - |
| XYZ | 44.11 | 31.63 | 69.42 | - |
| YUV | 157.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 217 | 0.06 | 0.44 | 0 | 0.15 | 291.16 | 0.56 | 0.66 |
| Hex | CB | 7A | D9 | 6 | 2C | 0 | F | 123 | 38 | 42 |
| Octal | 313 | 172 | 331 | 6 | 54 | 0 | 17 | 443 | 70 | 102 |
| Binary | 11001011 | 1111010 | 11011001 | 110 | 101100 | 0 | 1111 | 100100011 | 111000 | 1000010 |
Color Harmonies of #CB7AD9
Complementary color
Monochromatic Colors of #CB7AD9
Black with #CB7AD9
Text Example
Text Example
White with #CB7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AD9; }
p { color: rgb(203,122,217); }
H1.HeaderClassName
{
color: #CB7AD9;
}
.AnyTagClassName
{
color: #CB7AD9;
}
</style>
background-color css
<style>
a { background-color: #CB7AD9; }
a { background-color: rgb(203,122,217); }
div.DivClassName
{
background-color: #CB7AD9;
}
.BgClassName
{
background-color: #CB7AD9;
}
</style>
border-color css
<style>
span { border-color: #CB7AD9; }
span { border-color: rgb(203,122,217); }
td.TdClassName
{
border-color: #CB7AD9;
}
.TagClassName
{
border-color: #CB7AD9;
}
</style>