Shades of Orchid #CB80DB
Tints of Orchid #CB80DB
RGB
CMYK
RGB Variations
Color information
#CB80DB (or 0xCB80DB) is known color: Orchid. HEX triplet: CB, 80 and DB. RGB value is (203,128,219). Sum of RGB (Red+Green+Blue) = 203+128+219=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80DB is #347F24. Grayscale: #A0A0A0. Windows color (decimal): -3440421 or 14385355. OLE color: 14385355.
HSL color Cylindrical-coordinate representation of color #CB80DB: hue angle of 289.45º degrees, saturation: 0.56, 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 #CB80DB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 128 | 219 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.14 |
| HSL | 289.45º | 0.56% | 0.68% | - |
| HSV(B) | 289.45º | 0.42% | 0.86% | - |
| XYZ | 45.13 | 33.25 | 71.06 | - |
| YUV | 160.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 219 | 0.07 | 0.42 | 0 | 0.14 | 289.45 | 0.56 | 0.68 |
| Hex | CB | 80 | DB | 7 | 2A | 0 | E | 121 | 38 | 44 |
| Octal | 313 | 200 | 333 | 7 | 52 | 0 | 16 | 441 | 70 | 104 |
| Binary | 11001011 | 10000000 | 11011011 | 111 | 101010 | 0 | 1110 | 100100001 | 111000 | 1000100 |
Color Harmonies of #CB80DB
Complementary color
Monochromatic Colors of #CB80DB
Black with #CB80DB
Text Example
Text Example
White with #CB80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80DB; }
p { color: rgb(203,128,219); }
H1.HeaderClassName
{
color: #CB80DB;
}
.AnyTagClassName
{
color: #CB80DB;
}
</style>
background-color css
<style>
a { background-color: #CB80DB; }
a { background-color: rgb(203,128,219); }
div.DivClassName
{
background-color: #CB80DB;
}
.BgClassName
{
background-color: #CB80DB;
}
</style>
border-color css
<style>
span { border-color: #CB80DB; }
span { border-color: rgb(203,128,219); }
td.TdClassName
{
border-color: #CB80DB;
}
.TagClassName
{
border-color: #CB80DB;
}
</style>