Shades of Orchid #CB80C8
Tints of Orchid #CB80C8
RGB
CMYK
RGB Variations
Color information
#CB80C8 (or 0xCB80C8) is known color: Orchid. HEX triplet: CB, 80 and C8. RGB value is (203,128,200). Sum of RGB (Red+Green+Blue) = 203+128+200=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80C8 is #347F37. Grayscale: #9E9E9E. Windows color (decimal): -3440440 or 13140171. OLE color: 13140171.
HSL color Cylindrical-coordinate representation of color #CB80C8: hue angle of 302.4º 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 #CB80C8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 200 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.20 |
| HSL | 302.4º | 0.42% | 0.65% | - |
| HSV(B) | 302.4º | 0.37% | 0.8% | - |
| XYZ | 42.77 | 32.3 | 58.62 | - |
| YUV | 158.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 200 | 0 | 0.37 | 0.01 | 0.20 | 302.4 | 0.42 | 0.65 |
| Hex | CB | 80 | C8 | 0 | 25 | 1 | 14 | 12E | 2A | 41 |
| Octal | 313 | 200 | 310 | 0 | 45 | 1 | 24 | 456 | 52 | 101 |
| Binary | 11001011 | 10000000 | 11001000 | 0 | 100101 | 1 | 10100 | 100101110 | 101010 | 1000001 |
Color Harmonies of #CB80C8
Complementary color
Monochromatic Colors of #CB80C8
Black with #CB80C8
Text Example
Text Example
White with #CB80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80C8; }
p { color: rgb(203,128,200); }
H1.HeaderClassName
{
color: #CB80C8;
}
.AnyTagClassName
{
color: #CB80C8;
}
</style>
background-color css
<style>
a { background-color: #CB80C8; }
a { background-color: rgb(203,128,200); }
div.DivClassName
{
background-color: #CB80C8;
}
.BgClassName
{
background-color: #CB80C8;
}
</style>
border-color css
<style>
span { border-color: #CB80C8; }
span { border-color: rgb(203,128,200); }
td.TdClassName
{
border-color: #CB80C8;
}
.TagClassName
{
border-color: #CB80C8;
}
</style>