Shades of Orchid #CB80DD
Tints of Orchid #CB80DD
RGB
CMYK
RGB Variations
Color information
#CB80DD (or 0xCB80DD) is known color: Orchid. HEX triplet: CB, 80 and DD. RGB value is (203,128,221). Sum of RGB (Red+Green+Blue) = 203+128+221=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80DD is #347F22. Grayscale: #A0A0A0. Windows color (decimal): -3440419 or 14516427. OLE color: 14516427.
HSL color Cylindrical-coordinate representation of color #CB80DD: hue angle of 288.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB80DD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 128 | 221 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.13 |
| HSL | 288.39º | 0.58% | 0.68% | - |
| HSV(B) | 288.39º | 0.42% | 0.87% | - |
| XYZ | 45.4 | 33.36 | 72.45 | - |
| YUV | 161.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 221 | 0.08 | 0.42 | 0 | 0.13 | 288.39 | 0.58 | 0.68 |
| Hex | CB | 80 | DD | 8 | 2A | 0 | D | 120 | 3A | 44 |
| Octal | 313 | 200 | 335 | 10 | 52 | 0 | 15 | 440 | 72 | 104 |
| Binary | 11001011 | 10000000 | 11011101 | 1000 | 101010 | 0 | 1101 | 100100000 | 111010 | 1000100 |
Color Harmonies of #CB80DD
Complementary color
Monochromatic Colors of #CB80DD
Black with #CB80DD
Text Example
Text Example
White with #CB80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80DD; }
p { color: rgb(203,128,221); }
H1.HeaderClassName
{
color: #CB80DD;
}
.AnyTagClassName
{
color: #CB80DD;
}
</style>
background-color css
<style>
a { background-color: #CB80DD; }
a { background-color: rgb(203,128,221); }
div.DivClassName
{
background-color: #CB80DD;
}
.BgClassName
{
background-color: #CB80DD;
}
</style>
border-color css
<style>
span { border-color: #CB80DD; }
span { border-color: rgb(203,128,221); }
td.TdClassName
{
border-color: #CB80DD;
}
.TagClassName
{
border-color: #CB80DD;
}
</style>