Shades of Orchid #CB83C6
Tints of Orchid #CB83C6
RGB
CMYK
RGB Variations
Color information
#CB83C6 (or 0xCB83C6) is known color: Orchid. HEX triplet: CB, 83 and C6. RGB value is (203,131,198). Sum of RGB (Red+Green+Blue) = 203+131+198=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C6 is #347C39. Grayscale: #9F9F9F. Windows color (decimal): -3439674 or 13009867. OLE color: 13009867.
HSL color Cylindrical-coordinate representation of color #CB83C6: hue angle of 304.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83C6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 198 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.20 |
| HSL | 304.17º | 0.41% | 0.65% | - |
| HSV(B) | 304.17º | 0.35% | 0.8% | - |
| XYZ | 42.94 | 33.01 | 57.53 | - |
| YUV | 160.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 198 | 0 | 0.35 | 0.02 | 0.20 | 304.17 | 0.41 | 0.65 |
| Hex | CB | 83 | C6 | 0 | 23 | 2 | 14 | 130 | 29 | 41 |
| Octal | 313 | 203 | 306 | 0 | 43 | 2 | 24 | 460 | 51 | 101 |
| Binary | 11001011 | 10000011 | 11000110 | 0 | 100011 | 10 | 10100 | 100110000 | 101001 | 1000001 |
Color Harmonies of #CB83C6
Complementary color
Monochromatic Colors of #CB83C6
Black with #CB83C6
Text Example
Text Example
White with #CB83C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83C6; }
p { color: rgb(203,131,198); }
H1.HeaderClassName
{
color: #CB83C6;
}
.AnyTagClassName
{
color: #CB83C6;
}
</style>
background-color css
<style>
a { background-color: #CB83C6; }
a { background-color: rgb(203,131,198); }
div.DivClassName
{
background-color: #CB83C6;
}
.BgClassName
{
background-color: #CB83C6;
}
</style>
border-color css
<style>
span { border-color: #CB83C6; }
span { border-color: rgb(203,131,198); }
td.TdClassName
{
border-color: #CB83C6;
}
.TagClassName
{
border-color: #CB83C6;
}
</style>