Shades of Orchid #CB81BC
Tints of Orchid #CB81BC
RGB
CMYK
RGB Variations
Color information
#CB81BC (or 0xCB81BC) is known color: Orchid. HEX triplet: CB, 81 and BC. RGB value is (203,129,188). Sum of RGB (Red+Green+Blue) = 203+129+188=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81BC is #347E43. Grayscale: #9D9D9D. Windows color (decimal): -3440196 or 12353995. OLE color: 12353995.
HSL color Cylindrical-coordinate representation of color #CB81BC: hue angle of 312.16º 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 #CB81BC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 188 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.20 |
| HSL | 312.16º | 0.42% | 0.65% | - |
| HSV(B) | 312.16º | 0.36% | 0.8% | - |
| XYZ | 41.56 | 32.03 | 51.57 | - |
| YUV | 157.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 188 | 0 | 0.36 | 0.07 | 0.20 | 312.16 | 0.42 | 0.65 |
| Hex | CB | 81 | BC | 0 | 24 | 7 | 14 | 138 | 2A | 41 |
| Octal | 313 | 201 | 274 | 0 | 44 | 7 | 24 | 470 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10111100 | 0 | 100100 | 111 | 10100 | 100111000 | 101010 | 1000001 |
Color Harmonies of #CB81BC
Complementary color
Monochromatic Colors of #CB81BC
Black with #CB81BC
Text Example
Text Example
White with #CB81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81BC; }
p { color: rgb(203,129,188); }
H1.HeaderClassName
{
color: #CB81BC;
}
.AnyTagClassName
{
color: #CB81BC;
}
</style>
background-color css
<style>
a { background-color: #CB81BC; }
a { background-color: rgb(203,129,188); }
div.DivClassName
{
background-color: #CB81BC;
}
.BgClassName
{
background-color: #CB81BC;
}
</style>
border-color css
<style>
span { border-color: #CB81BC; }
span { border-color: rgb(203,129,188); }
td.TdClassName
{
border-color: #CB81BC;
}
.TagClassName
{
border-color: #CB81BC;
}
</style>