Shades of Orchid #CB84C6
Tints of Orchid #CB84C6
RGB
CMYK
RGB Variations
Color information
#CB84C6 (or 0xCB84C6) is known color: Orchid. HEX triplet: CB, 84 and C6. RGB value is (203,132,198). Sum of RGB (Red+Green+Blue) = 203+132+198=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C6 is #347B39. Grayscale: #A0A0A0. Windows color (decimal): -3439418 or 13010123. OLE color: 13010123.
HSL color Cylindrical-coordinate representation of color #CB84C6: hue angle of 304.23º 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 #CB84C6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 198 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.20 |
| HSL | 304.23º | 0.41% | 0.66% | - |
| HSV(B) | 304.23º | 0.35% | 0.8% | - |
| XYZ | 43.07 | 33.28 | 57.58 | - |
| YUV | 160.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 198 | 0 | 0.35 | 0.02 | 0.20 | 304.23 | 0.41 | 0.66 |
| Hex | CB | 84 | C6 | 0 | 23 | 2 | 14 | 130 | 29 | 42 |
| Octal | 313 | 204 | 306 | 0 | 43 | 2 | 24 | 460 | 51 | 102 |
| Binary | 11001011 | 10000100 | 11000110 | 0 | 100011 | 10 | 10100 | 100110000 | 101001 | 1000010 |
Color Harmonies of #CB84C6
Complementary color
Monochromatic Colors of #CB84C6
Black with #CB84C6
Text Example
Text Example
White with #CB84C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84C6; }
p { color: rgb(203,132,198); }
H1.HeaderClassName
{
color: #CB84C6;
}
.AnyTagClassName
{
color: #CB84C6;
}
</style>
background-color css
<style>
a { background-color: #CB84C6; }
a { background-color: rgb(203,132,198); }
div.DivClassName
{
background-color: #CB84C6;
}
.BgClassName
{
background-color: #CB84C6;
}
</style>
border-color css
<style>
span { border-color: #CB84C6; }
span { border-color: rgb(203,132,198); }
td.TdClassName
{
border-color: #CB84C6;
}
.TagClassName
{
border-color: #CB84C6;
}
</style>