Shades of Orchid #CB81BE
Tints of Orchid #CB81BE
RGB
CMYK
RGB Variations
Color information
#CB81BE (or 0xCB81BE) is known color: Orchid. HEX triplet: CB, 81 and BE. RGB value is (203,129,190). Sum of RGB (Red+Green+Blue) = 203+129+190=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81BE is #347E41. Grayscale: #9D9D9D. Windows color (decimal): -3440194 or 12485067. OLE color: 12485067.
HSL color Cylindrical-coordinate representation of color #CB81BE: hue angle of 310.54º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB81BE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 190 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.20 |
| HSL | 310.54º | 0.42% | 0.65% | - |
| HSV(B) | 310.54º | 0.36% | 0.8% | - |
| XYZ | 41.77 | 32.11 | 52.71 | - |
| YUV | 158.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 190 | 0 | 0.36 | 0.06 | 0.20 | 310.54 | 0.42 | 0.65 |
| Hex | CB | 81 | BE | 0 | 24 | 6 | 14 | 137 | 2A | 41 |
| Octal | 313 | 201 | 276 | 0 | 44 | 6 | 24 | 467 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10111110 | 0 | 100100 | 110 | 10100 | 100110111 | 101010 | 1000001 |
Color Harmonies of #CB81BE
Complementary color
Monochromatic Colors of #CB81BE
Black with #CB81BE
Text Example
Text Example
White with #CB81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81BE; }
p { color: rgb(203,129,190); }
H1.HeaderClassName
{
color: #CB81BE;
}
.AnyTagClassName
{
color: #CB81BE;
}
</style>
background-color css
<style>
a { background-color: #CB81BE; }
a { background-color: rgb(203,129,190); }
div.DivClassName
{
background-color: #CB81BE;
}
.BgClassName
{
background-color: #CB81BE;
}
</style>
border-color css
<style>
span { border-color: #CB81BE; }
span { border-color: rgb(203,129,190); }
td.TdClassName
{
border-color: #CB81BE;
}
.TagClassName
{
border-color: #CB81BE;
}
</style>