Shades of Orchid #CB7CDD
Tints of Orchid #CB7CDD
RGB
CMYK
RGB Variations
Color information
#CB7CDD (or 0xCB7CDD) is known color: Orchid. HEX triplet: CB, 7C and DD. RGB value is (203,124,221). Sum of RGB (Red+Green+Blue) = 203+124+221=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CDD is #348322. Grayscale: #9E9E9E. Windows color (decimal): -3441443 or 14515403. OLE color: 14515403.
HSL color Cylindrical-coordinate representation of color #CB7CDD: hue angle of 288.87º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7CDD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 124 | 221 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.13 |
| HSL | 288.87º | 0.59% | 0.68% | - |
| HSV(B) | 288.87º | 0.44% | 0.87% | - |
| XYZ | 44.89 | 32.33 | 72.28 | - |
| YUV | 158.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 221 | 0.08 | 0.44 | 0 | 0.13 | 288.87 | 0.59 | 0.68 |
| Hex | CB | 7C | DD | 8 | 2C | 0 | D | 121 | 3B | 44 |
| Octal | 313 | 174 | 335 | 10 | 54 | 0 | 15 | 441 | 73 | 104 |
| Binary | 11001011 | 1111100 | 11011101 | 1000 | 101100 | 0 | 1101 | 100100001 | 111011 | 1000100 |
Color Harmonies of #CB7CDD
Complementary color
Monochromatic Colors of #CB7CDD
Black with #CB7CDD
Text Example
Text Example
White with #CB7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CDD; }
p { color: rgb(203,124,221); }
H1.HeaderClassName
{
color: #CB7CDD;
}
.AnyTagClassName
{
color: #CB7CDD;
}
</style>
background-color css
<style>
a { background-color: #CB7CDD; }
a { background-color: rgb(203,124,221); }
div.DivClassName
{
background-color: #CB7CDD;
}
.BgClassName
{
background-color: #CB7CDD;
}
</style>
border-color css
<style>
span { border-color: #CB7CDD; }
span { border-color: rgb(203,124,221); }
td.TdClassName
{
border-color: #CB7CDD;
}
.TagClassName
{
border-color: #CB7CDD;
}
</style>