Shades of Orchid #CB7ED5
Tints of Orchid #CB7ED5
RGB
CMYK
RGB Variations
Color information
#CB7ED5 (or 0xCB7ED5) is known color: Orchid. HEX triplet: CB, 7E and D5. RGB value is (203,126,213). Sum of RGB (Red+Green+Blue) = 203+126+213=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ED5 is #34812A. Grayscale: #9E9E9E. Windows color (decimal): -3440939 or 13991627. OLE color: 13991627.
HSL color Cylindrical-coordinate representation of color #CB7ED5: hue angle of 293.1º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7ED5 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 126 | 213 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.16 |
| HSL | 293.1º | 0.51% | 0.66% | - |
| HSV(B) | 293.1º | 0.41% | 0.84% | - |
| XYZ | 44.1 | 32.42 | 66.88 | - |
| YUV | 158.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 213 | 0.05 | 0.41 | 0 | 0.16 | 293.1 | 0.51 | 0.66 |
| Hex | CB | 7E | D5 | 5 | 29 | 0 | 10 | 125 | 33 | 42 |
| Octal | 313 | 176 | 325 | 5 | 51 | 0 | 20 | 445 | 63 | 102 |
| Binary | 11001011 | 1111110 | 11010101 | 101 | 101001 | 0 | 10000 | 100100101 | 110011 | 1000010 |
Color Harmonies of #CB7ED5
Complementary color
Monochromatic Colors of #CB7ED5
Black with #CB7ED5
Text Example
Text Example
White with #CB7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ED5; }
p { color: rgb(203,126,213); }
H1.HeaderClassName
{
color: #CB7ED5;
}
.AnyTagClassName
{
color: #CB7ED5;
}
</style>
background-color css
<style>
a { background-color: #CB7ED5; }
a { background-color: rgb(203,126,213); }
div.DivClassName
{
background-color: #CB7ED5;
}
.BgClassName
{
background-color: #CB7ED5;
}
</style>
border-color css
<style>
span { border-color: #CB7ED5; }
span { border-color: rgb(203,126,213); }
td.TdClassName
{
border-color: #CB7ED5;
}
.TagClassName
{
border-color: #CB7ED5;
}
</style>