Shades of Orchid #CB80DC
Tints of Orchid #CB80DC
RGB
CMYK
RGB Variations
Color information
#CB80DC (or 0xCB80DC) is known color: Orchid. HEX triplet: CB, 80 and DC. RGB value is (203,128,220). Sum of RGB (Red+Green+Blue) = 203+128+220=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80DC is #347F23. Grayscale: #A0A0A0. Windows color (decimal): -3440420 or 14450891. OLE color: 14450891.
HSL color Cylindrical-coordinate representation of color #CB80DC: hue angle of 288.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB80DC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 128 | 220 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.14 |
| HSL | 288.91º | 0.57% | 0.68% | - |
| HSV(B) | 288.91º | 0.42% | 0.86% | - |
| XYZ | 45.27 | 33.3 | 71.75 | - |
| YUV | 160.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 220 | 0.08 | 0.42 | 0 | 0.14 | 288.91 | 0.57 | 0.68 |
| Hex | CB | 80 | DC | 8 | 2A | 0 | E | 121 | 39 | 44 |
| Octal | 313 | 200 | 334 | 10 | 52 | 0 | 16 | 441 | 71 | 104 |
| Binary | 11001011 | 10000000 | 11011100 | 1000 | 101010 | 0 | 1110 | 100100001 | 111001 | 1000100 |
Color Harmonies of #CB80DC
Complementary color
Monochromatic Colors of #CB80DC
Black with #CB80DC
Text Example
Text Example
White with #CB80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80DC; }
p { color: rgb(203,128,220); }
H1.HeaderClassName
{
color: #CB80DC;
}
.AnyTagClassName
{
color: #CB80DC;
}
</style>
background-color css
<style>
a { background-color: #CB80DC; }
a { background-color: rgb(203,128,220); }
div.DivClassName
{
background-color: #CB80DC;
}
.BgClassName
{
background-color: #CB80DC;
}
</style>
border-color css
<style>
span { border-color: #CB80DC; }
span { border-color: rgb(203,128,220); }
td.TdClassName
{
border-color: #CB80DC;
}
.TagClassName
{
border-color: #CB80DC;
}
</style>