Shades of Orchid #CB84C9
Tints of Orchid #CB84C9
RGB
CMYK
RGB Variations
Color information
#CB84C9 (or 0xCB84C9) is known color: Orchid. HEX triplet: CB, 84 and C9. RGB value is (203,132,201). Sum of RGB (Red+Green+Blue) = 203+132+201=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C9 is #347B36. Grayscale: #A0A0A0. Windows color (decimal): -3439415 or 13206731. OLE color: 13206731.
HSL color Cylindrical-coordinate representation of color #CB84C9: hue angle of 301.69º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB84C9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 201 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.20 |
| HSL | 301.69º | 0.41% | 0.66% | - |
| HSV(B) | 301.69º | 0.35% | 0.8% | - |
| XYZ | 43.42 | 33.42 | 59.42 | - |
| YUV | 161.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 201 | 0 | 0.35 | 0.01 | 0.20 | 301.69 | 0.41 | 0.66 |
| Hex | CB | 84 | C9 | 0 | 23 | 1 | 14 | 12E | 29 | 42 |
| Octal | 313 | 204 | 311 | 0 | 43 | 1 | 24 | 456 | 51 | 102 |
| Binary | 11001011 | 10000100 | 11001001 | 0 | 100011 | 1 | 10100 | 100101110 | 101001 | 1000010 |
Color Harmonies of #CB84C9
Complementary color
Monochromatic Colors of #CB84C9
Black with #CB84C9
Text Example
Text Example
White with #CB84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84C9; }
p { color: rgb(203,132,201); }
H1.HeaderClassName
{
color: #CB84C9;
}
.AnyTagClassName
{
color: #CB84C9;
}
</style>
background-color css
<style>
a { background-color: #CB84C9; }
a { background-color: rgb(203,132,201); }
div.DivClassName
{
background-color: #CB84C9;
}
.BgClassName
{
background-color: #CB84C9;
}
</style>
border-color css
<style>
span { border-color: #CB84C9; }
span { border-color: rgb(203,132,201); }
td.TdClassName
{
border-color: #CB84C9;
}
.TagClassName
{
border-color: #CB84C9;
}
</style>