Shades of Orchid #CB7EBF
Tints of Orchid #CB7EBF
RGB
CMYK
RGB Variations
Color information
#CB7EBF (or 0xCB7EBF) is known color: Orchid. HEX triplet: CB, 7E and BF. RGB value is (203,126,191). Sum of RGB (Red+Green+Blue) = 203+126+191=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EBF is #348140. Grayscale: #9C9C9C. Windows color (decimal): -3440961 or 12549835. OLE color: 12549835.
HSL color Cylindrical-coordinate representation of color #CB7EBF: hue angle of 309.35º 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 #CB7EBF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 191 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.20 |
| HSL | 309.35º | 0.43% | 0.65% | - |
| HSV(B) | 309.35º | 0.38% | 0.8% | - |
| XYZ | 41.49 | 31.38 | 53.16 | - |
| YUV | 156.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 191 | 0 | 0.38 | 0.06 | 0.20 | 309.35 | 0.43 | 0.65 |
| Hex | CB | 7E | BF | 0 | 26 | 6 | 14 | 135 | 2B | 41 |
| Octal | 313 | 176 | 277 | 0 | 46 | 6 | 24 | 465 | 53 | 101 |
| Binary | 11001011 | 1111110 | 10111111 | 0 | 100110 | 110 | 10100 | 100110101 | 101011 | 1000001 |
Color Harmonies of #CB7EBF
Complementary color
Monochromatic Colors of #CB7EBF
Black with #CB7EBF
Text Example
Text Example
White with #CB7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EBF; }
p { color: rgb(203,126,191); }
H1.HeaderClassName
{
color: #CB7EBF;
}
.AnyTagClassName
{
color: #CB7EBF;
}
</style>
background-color css
<style>
a { background-color: #CB7EBF; }
a { background-color: rgb(203,126,191); }
div.DivClassName
{
background-color: #CB7EBF;
}
.BgClassName
{
background-color: #CB7EBF;
}
</style>
border-color css
<style>
span { border-color: #CB7EBF; }
span { border-color: rgb(203,126,191); }
td.TdClassName
{
border-color: #CB7EBF;
}
.TagClassName
{
border-color: #CB7EBF;
}
</style>