Shades of Orchid #CB7EDD
Tints of Orchid #CB7EDD
RGB
CMYK
RGB Variations
Color information
#CB7EDD (or 0xCB7EDD) is known color: Orchid. HEX triplet: CB, 7E and DD. RGB value is (203,126,221). Sum of RGB (Red+Green+Blue) = 203+126+221=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EDD is #348122. Grayscale: #9F9F9F. Windows color (decimal): -3440931 or 14515915. OLE color: 14515915.
HSL color Cylindrical-coordinate representation of color #CB7EDD: hue angle of 288.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7EDD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 126 | 221 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.13 |
| HSL | 288.63º | 0.58% | 0.68% | - |
| HSV(B) | 288.63º | 0.43% | 0.87% | - |
| XYZ | 45.14 | 32.84 | 72.37 | - |
| YUV | 159.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 221 | 0.08 | 0.43 | 0 | 0.13 | 288.63 | 0.58 | 0.68 |
| Hex | CB | 7E | DD | 8 | 2B | 0 | D | 121 | 3A | 44 |
| Octal | 313 | 176 | 335 | 10 | 53 | 0 | 15 | 441 | 72 | 104 |
| Binary | 11001011 | 1111110 | 11011101 | 1000 | 101011 | 0 | 1101 | 100100001 | 111010 | 1000100 |
Color Harmonies of #CB7EDD
Complementary color
Monochromatic Colors of #CB7EDD
Black with #CB7EDD
Text Example
Text Example
White with #CB7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EDD; }
p { color: rgb(203,126,221); }
H1.HeaderClassName
{
color: #CB7EDD;
}
.AnyTagClassName
{
color: #CB7EDD;
}
</style>
background-color css
<style>
a { background-color: #CB7EDD; }
a { background-color: rgb(203,126,221); }
div.DivClassName
{
background-color: #CB7EDD;
}
.BgClassName
{
background-color: #CB7EDD;
}
</style>
border-color css
<style>
span { border-color: #CB7EDD; }
span { border-color: rgb(203,126,221); }
td.TdClassName
{
border-color: #CB7EDD;
}
.TagClassName
{
border-color: #CB7EDD;
}
</style>