Shades of Orchid #CB80C5
Tints of Orchid #CB80C5
RGB
CMYK
RGB Variations
Color information
#CB80C5 (or 0xCB80C5) is known color: Orchid. HEX triplet: CB, 80 and C5. RGB value is (203,128,197). Sum of RGB (Red+Green+Blue) = 203+128+197=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80C5 is #347F3A. Grayscale: #9E9E9E. Windows color (decimal): -3440443 or 12943563. OLE color: 12943563.
HSL color Cylindrical-coordinate representation of color #CB80C5: hue angle of 304.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80C5 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 197 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.20 |
| HSL | 304.8º | 0.42% | 0.65% | - |
| HSV(B) | 304.8º | 0.37% | 0.8% | - |
| XYZ | 42.43 | 32.17 | 56.8 | - |
| YUV | 158.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 197 | 0 | 0.37 | 0.03 | 0.20 | 304.8 | 0.42 | 0.65 |
| Hex | CB | 80 | C5 | 0 | 25 | 3 | 14 | 131 | 2A | 41 |
| Octal | 313 | 200 | 305 | 0 | 45 | 3 | 24 | 461 | 52 | 101 |
| Binary | 11001011 | 10000000 | 11000101 | 0 | 100101 | 11 | 10100 | 100110001 | 101010 | 1000001 |
Color Harmonies of #CB80C5
Complementary color
Monochromatic Colors of #CB80C5
Black with #CB80C5
Text Example
Text Example
White with #CB80C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80C5; }
p { color: rgb(203,128,197); }
H1.HeaderClassName
{
color: #CB80C5;
}
.AnyTagClassName
{
color: #CB80C5;
}
</style>
background-color css
<style>
a { background-color: #CB80C5; }
a { background-color: rgb(203,128,197); }
div.DivClassName
{
background-color: #CB80C5;
}
.BgClassName
{
background-color: #CB80C5;
}
</style>
border-color css
<style>
span { border-color: #CB80C5; }
span { border-color: rgb(203,128,197); }
td.TdClassName
{
border-color: #CB80C5;
}
.TagClassName
{
border-color: #CB80C5;
}
</style>