Shades of Orchid #CB7BDD
Tints of Orchid #CB7BDD
RGB
CMYK
RGB Variations
Color information
#CB7BDD (or 0xCB7BDD) is known color: Orchid. HEX triplet: CB, 7B and DD. RGB value is (203,123,221). Sum of RGB (Red+Green+Blue) = 203+123+221=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BDD is #348422. Grayscale: #9D9D9D. Windows color (decimal): -3441699 or 14515147. OLE color: 14515147.
HSL color Cylindrical-coordinate representation of color #CB7BDD: hue angle of 288.98º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7BDD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 123 | 221 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.13 |
| HSL | 288.98º | 0.59% | 0.67% | - |
| HSV(B) | 288.98º | 0.44% | 0.87% | - |
| XYZ | 44.76 | 32.08 | 72.24 | - |
| YUV | 158.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 221 | 0.08 | 0.44 | 0 | 0.13 | 288.98 | 0.59 | 0.67 |
| Hex | CB | 7B | DD | 8 | 2C | 0 | D | 121 | 3B | 43 |
| Octal | 313 | 173 | 335 | 10 | 54 | 0 | 15 | 441 | 73 | 103 |
| Binary | 11001011 | 1111011 | 11011101 | 1000 | 101100 | 0 | 1101 | 100100001 | 111011 | 1000011 |
Color Harmonies of #CB7BDD
Complementary color
Monochromatic Colors of #CB7BDD
Black with #CB7BDD
Text Example
Text Example
White with #CB7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BDD; }
p { color: rgb(203,123,221); }
H1.HeaderClassName
{
color: #CB7BDD;
}
.AnyTagClassName
{
color: #CB7BDD;
}
</style>
background-color css
<style>
a { background-color: #CB7BDD; }
a { background-color: rgb(203,123,221); }
div.DivClassName
{
background-color: #CB7BDD;
}
.BgClassName
{
background-color: #CB7BDD;
}
</style>
border-color css
<style>
span { border-color: #CB7BDD; }
span { border-color: rgb(203,123,221); }
td.TdClassName
{
border-color: #CB7BDD;
}
.TagClassName
{
border-color: #CB7BDD;
}
</style>