Shades of Orchid #CB7CBE
Tints of Orchid #CB7CBE
RGB
CMYK
RGB Variations
Color information
#CB7CBE (or 0xCB7CBE) is known color: Orchid. HEX triplet: CB, 7C and BE. RGB value is (203,124,190). Sum of RGB (Red+Green+Blue) = 203+124+190=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CBE is #348341. Grayscale: #9A9A9A. Windows color (decimal): -3441474 or 12483787. OLE color: 12483787.
HSL color Cylindrical-coordinate representation of color #CB7CBE: hue angle of 309.87º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CBE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 190 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.20 |
| HSL | 309.87º | 0.43% | 0.64% | - |
| HSV(B) | 309.87º | 0.39% | 0.8% | - |
| XYZ | 41.13 | 30.83 | 52.5 | - |
| YUV | 155.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 190 | 0 | 0.39 | 0.06 | 0.20 | 309.87 | 0.43 | 0.64 |
| Hex | CB | 7C | BE | 0 | 27 | 6 | 14 | 136 | 2B | 40 |
| Octal | 313 | 174 | 276 | 0 | 47 | 6 | 24 | 466 | 53 | 100 |
| Binary | 11001011 | 1111100 | 10111110 | 0 | 100111 | 110 | 10100 | 100110110 | 101011 | 1000000 |
Color Harmonies of #CB7CBE
Complementary color
Monochromatic Colors of #CB7CBE
Black with #CB7CBE
Text Example
Text Example
White with #CB7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CBE; }
p { color: rgb(203,124,190); }
H1.HeaderClassName
{
color: #CB7CBE;
}
.AnyTagClassName
{
color: #CB7CBE;
}
</style>
background-color css
<style>
a { background-color: #CB7CBE; }
a { background-color: rgb(203,124,190); }
div.DivClassName
{
background-color: #CB7CBE;
}
.BgClassName
{
background-color: #CB7CBE;
}
</style>
border-color css
<style>
span { border-color: #CB7CBE; }
span { border-color: rgb(203,124,190); }
td.TdClassName
{
border-color: #CB7CBE;
}
.TagClassName
{
border-color: #CB7CBE;
}
</style>