Shades of Orchid #CB84D3
Tints of Orchid #CB84D3
RGB
CMYK
RGB Variations
Color information
#CB84D3 (or 0xCB84D3) is known color: Orchid. HEX triplet: CB, 84 and D3. RGB value is (203,132,211). Sum of RGB (Red+Green+Blue) = 203+132+211=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB84D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84D3 is #347B2C. Grayscale: #A1A1A1. Windows color (decimal): -3439405 or 13862091. OLE color: 13862091.
HSL color Cylindrical-coordinate representation of color #CB84D3: hue angle of 293.92º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB84D3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 132 | 211 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.17 |
| HSL | 293.92º | 0.47% | 0.67% | - |
| HSV(B) | 293.92º | 0.37% | 0.83% | - |
| XYZ | 44.64 | 33.9 | 65.82 | - |
| YUV | 162.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 211 | 0.04 | 0.37 | 0 | 0.17 | 293.92 | 0.47 | 0.67 |
| Hex | CB | 84 | D3 | 4 | 25 | 0 | 11 | 126 | 2F | 43 |
| Octal | 313 | 204 | 323 | 4 | 45 | 0 | 21 | 446 | 57 | 103 |
| Binary | 11001011 | 10000100 | 11010011 | 100 | 100101 | 0 | 10001 | 100100110 | 101111 | 1000011 |
Color Harmonies of #CB84D3
Complementary color
Monochromatic Colors of #CB84D3
Black with #CB84D3
Text Example
Text Example
White with #CB84D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84D3; }
p { color: rgb(203,132,211); }
H1.HeaderClassName
{
color: #CB84D3;
}
.AnyTagClassName
{
color: #CB84D3;
}
</style>
background-color css
<style>
a { background-color: #CB84D3; }
a { background-color: rgb(203,132,211); }
div.DivClassName
{
background-color: #CB84D3;
}
.BgClassName
{
background-color: #CB84D3;
}
</style>
border-color css
<style>
span { border-color: #CB84D3; }
span { border-color: rgb(203,132,211); }
td.TdClassName
{
border-color: #CB84D3;
}
.TagClassName
{
border-color: #CB84D3;
}
</style>