Shades of Orchid #CB7ADD
Tints of Orchid #CB7ADD
RGB
CMYK
RGB Variations
Color information
#CB7ADD (or 0xCB7ADD) is known color: Orchid. HEX triplet: CB, 7A and DD. RGB value is (203,122,221). Sum of RGB (Red+Green+Blue) = 203+122+221=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ADD is #348522. Grayscale: #9D9D9D. Windows color (decimal): -3441955 or 14514891. OLE color: 14514891.
HSL color Cylindrical-coordinate representation of color #CB7ADD: hue angle of 289.09º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7ADD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 122 | 221 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.13 |
| HSL | 289.09º | 0.59% | 0.67% | - |
| HSV(B) | 289.09º | 0.45% | 0.87% | - |
| XYZ | 44.64 | 31.84 | 72.2 | - |
| YUV | 157.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 221 | 0.08 | 0.45 | 0 | 0.13 | 289.09 | 0.59 | 0.67 |
| Hex | CB | 7A | DD | 8 | 2D | 0 | D | 121 | 3B | 43 |
| Octal | 313 | 172 | 335 | 10 | 55 | 0 | 15 | 441 | 73 | 103 |
| Binary | 11001011 | 1111010 | 11011101 | 1000 | 101101 | 0 | 1101 | 100100001 | 111011 | 1000011 |
Color Harmonies of #CB7ADD
Complementary color
Monochromatic Colors of #CB7ADD
Black with #CB7ADD
Text Example
Text Example
White with #CB7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ADD; }
p { color: rgb(203,122,221); }
H1.HeaderClassName
{
color: #CB7ADD;
}
.AnyTagClassName
{
color: #CB7ADD;
}
</style>
background-color css
<style>
a { background-color: #CB7ADD; }
a { background-color: rgb(203,122,221); }
div.DivClassName
{
background-color: #CB7ADD;
}
.BgClassName
{
background-color: #CB7ADD;
}
</style>
border-color css
<style>
span { border-color: #CB7ADD; }
span { border-color: rgb(203,122,221); }
td.TdClassName
{
border-color: #CB7ADD;
}
.TagClassName
{
border-color: #CB7ADD;
}
</style>