Shades of Orchid #CB80D9
Tints of Orchid #CB80D9
RGB
CMYK
RGB Variations
Color information
#CB80D9 (or 0xCB80D9) is known color: Orchid. HEX triplet: CB, 80 and D9. RGB value is (203,128,217). Sum of RGB (Red+Green+Blue) = 203+128+217=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80D9 is #347F26. Grayscale: #A0A0A0. Windows color (decimal): -3440423 or 14254283. OLE color: 14254283.
HSL color Cylindrical-coordinate representation of color #CB80D9: hue angle of 290.56º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB80D9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 128 | 217 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.15 |
| HSL | 290.56º | 0.54% | 0.68% | - |
| HSV(B) | 290.56º | 0.41% | 0.85% | - |
| XYZ | 44.87 | 33.14 | 69.68 | - |
| YUV | 160.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 217 | 0.06 | 0.41 | 0 | 0.15 | 290.56 | 0.54 | 0.68 |
| Hex | CB | 80 | D9 | 6 | 29 | 0 | F | 123 | 36 | 44 |
| Octal | 313 | 200 | 331 | 6 | 51 | 0 | 17 | 443 | 66 | 104 |
| Binary | 11001011 | 10000000 | 11011001 | 110 | 101001 | 0 | 1111 | 100100011 | 110110 | 1000100 |
Color Harmonies of #CB80D9
Complementary color
Monochromatic Colors of #CB80D9
Black with #CB80D9
Text Example
Text Example
White with #CB80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80D9; }
p { color: rgb(203,128,217); }
H1.HeaderClassName
{
color: #CB80D9;
}
.AnyTagClassName
{
color: #CB80D9;
}
</style>
background-color css
<style>
a { background-color: #CB80D9; }
a { background-color: rgb(203,128,217); }
div.DivClassName
{
background-color: #CB80D9;
}
.BgClassName
{
background-color: #CB80D9;
}
</style>
border-color css
<style>
span { border-color: #CB80D9; }
span { border-color: rgb(203,128,217); }
td.TdClassName
{
border-color: #CB80D9;
}
.TagClassName
{
border-color: #CB80D9;
}
</style>