Shades of Orchid #CB80CF
Tints of Orchid #CB80CF
RGB
CMYK
RGB Variations
Color information
#CB80CF (or 0xCB80CF) is known color: Orchid. HEX triplet: CB, 80 and CF. RGB value is (203,128,207). Sum of RGB (Red+Green+Blue) = 203+128+207=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80CF is #347F30. Grayscale: #9F9F9F. Windows color (decimal): -3440433 or 13598923. OLE color: 13598923.
HSL color Cylindrical-coordinate representation of color #CB80CF: hue angle of 296.96º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB80CF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 128 | 207 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.19 |
| HSL | 296.96º | 0.45% | 0.66% | - |
| HSV(B) | 296.96º | 0.38% | 0.81% | - |
| XYZ | 43.61 | 32.64 | 63.03 | - |
| YUV | 159.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 207 | 0.02 | 0.38 | 0 | 0.19 | 296.96 | 0.45 | 0.66 |
| Hex | CB | 80 | CF | 2 | 26 | 0 | 13 | 129 | 2D | 42 |
| Octal | 313 | 200 | 317 | 2 | 46 | 0 | 23 | 451 | 55 | 102 |
| Binary | 11001011 | 10000000 | 11001111 | 10 | 100110 | 0 | 10011 | 100101001 | 101101 | 1000010 |
Color Harmonies of #CB80CF
Complementary color
Monochromatic Colors of #CB80CF
Black with #CB80CF
Text Example
Text Example
White with #CB80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80CF; }
p { color: rgb(203,128,207); }
H1.HeaderClassName
{
color: #CB80CF;
}
.AnyTagClassName
{
color: #CB80CF;
}
</style>
background-color css
<style>
a { background-color: #CB80CF; }
a { background-color: rgb(203,128,207); }
div.DivClassName
{
background-color: #CB80CF;
}
.BgClassName
{
background-color: #CB80CF;
}
</style>
border-color css
<style>
span { border-color: #CB80CF; }
span { border-color: rgb(203,128,207); }
td.TdClassName
{
border-color: #CB80CF;
}
.TagClassName
{
border-color: #CB80CF;
}
</style>