Shades of Orchid #CB7ECB
Tints of Orchid #CB7ECB
RGB
CMYK
RGB Variations
Color information
#CB7ECB (or 0xCB7ECB) is known color: Orchid. HEX triplet: CB, 7E and CB. RGB value is (203,126,203). Sum of RGB (Red+Green+Blue) = 203+126+203=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ECB is #348134. Grayscale: #9D9D9D. Windows color (decimal): -3440949 or 13336267. OLE color: 13336267.
HSL color Cylindrical-coordinate representation of color #CB7ECB: hue angle of 300º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7ECB is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 203 | - |
| CMYK | 0 | 0.38 | 0 | 0.20 |
| HSL | 300º | 0.43% | 0.65% | - |
| HSV(B) | 300º | 0.38% | 0.8% | - |
| XYZ | 42.87 | 31.93 | 60.4 | - |
| YUV | 157.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 203 | 0 | 0.38 | 0 | 0.20 | 300 | 0.43 | 0.65 |
| Hex | CB | 7E | CB | 0 | 26 | 0 | 14 | 12C | 2B | 41 |
| Octal | 313 | 176 | 313 | 0 | 46 | 0 | 24 | 454 | 53 | 101 |
| Binary | 11001011 | 1111110 | 11001011 | 0 | 100110 | 0 | 10100 | 100101100 | 101011 | 1000001 |
Color Harmonies of #CB7ECB
Complementary color
Monochromatic Colors of #CB7ECB
Black with #CB7ECB
Text Example
Text Example
White with #CB7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ECB; }
p { color: rgb(203,126,203); }
H1.HeaderClassName
{
color: #CB7ECB;
}
.AnyTagClassName
{
color: #CB7ECB;
}
</style>
background-color css
<style>
a { background-color: #CB7ECB; }
a { background-color: rgb(203,126,203); }
div.DivClassName
{
background-color: #CB7ECB;
}
.BgClassName
{
background-color: #CB7ECB;
}
</style>
border-color css
<style>
span { border-color: #CB7ECB; }
span { border-color: rgb(203,126,203); }
td.TdClassName
{
border-color: #CB7ECB;
}
.TagClassName
{
border-color: #CB7ECB;
}
</style>