Shades of Orchid #CB80DF
Tints of Orchid #CB80DF
RGB
CMYK
RGB Variations
Color information
#CB80DF (or 0xCB80DF) is known color: Orchid. HEX triplet: CB, 80 and DF. RGB value is (203,128,223). Sum of RGB (Red+Green+Blue) = 203+128+223=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80DF is #347F20. Grayscale: #A0A0A0. Windows color (decimal): -3440417 or 14647499. OLE color: 14647499.
HSL color Cylindrical-coordinate representation of color #CB80DF: hue angle of 287.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB80DF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 128 | 223 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 287.37º | 0.6% | 0.69% | - |
| HSV(B) | 287.37º | 0.43% | 0.87% | - |
| XYZ | 45.67 | 33.46 | 73.86 | - |
| YUV | 161.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 223 | 0.09 | 0.43 | 0 | 0.13 | 287.37 | 0.6 | 0.69 |
| Hex | CB | 80 | DF | 9 | 2B | 0 | D | 11F | 3C | 45 |
| Octal | 313 | 200 | 337 | 11 | 53 | 0 | 15 | 437 | 74 | 105 |
| Binary | 11001011 | 10000000 | 11011111 | 1001 | 101011 | 0 | 1101 | 100011111 | 111100 | 1000101 |
Color Harmonies of #CB80DF
Complementary color
Monochromatic Colors of #CB80DF
Black with #CB80DF
Text Example
Text Example
White with #CB80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80DF; }
p { color: rgb(203,128,223); }
H1.HeaderClassName
{
color: #CB80DF;
}
.AnyTagClassName
{
color: #CB80DF;
}
</style>
background-color css
<style>
a { background-color: #CB80DF; }
a { background-color: rgb(203,128,223); }
div.DivClassName
{
background-color: #CB80DF;
}
.BgClassName
{
background-color: #CB80DF;
}
</style>
border-color css
<style>
span { border-color: #CB80DF; }
span { border-color: rgb(203,128,223); }
td.TdClassName
{
border-color: #CB80DF;
}
.TagClassName
{
border-color: #CB80DF;
}
</style>