Shades of Orchid #CB83CE
Tints of Orchid #CB83CE
RGB
CMYK
RGB Variations
Color information
#CB83CE (or 0xCB83CE) is known color: Orchid. HEX triplet: CB, 83 and CE. RGB value is (203,131,206). Sum of RGB (Red+Green+Blue) = 203+131+206=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CE is #347C31. Grayscale: #A0A0A0. Windows color (decimal): -3439666 or 13534155. OLE color: 13534155.
HSL color Cylindrical-coordinate representation of color #CB83CE: hue angle of 297.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB83CE is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 131 | 206 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.19 |
| HSL | 297.6º | 0.43% | 0.66% | - |
| HSV(B) | 297.6º | 0.36% | 0.81% | - |
| XYZ | 43.89 | 33.39 | 62.52 | - |
| YUV | 161.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 206 | 0.01 | 0.36 | 0 | 0.19 | 297.6 | 0.43 | 0.66 |
| Hex | CB | 83 | CE | 1 | 24 | 0 | 13 | 12A | 2B | 42 |
| Octal | 313 | 203 | 316 | 1 | 44 | 0 | 23 | 452 | 53 | 102 |
| Binary | 11001011 | 10000011 | 11001110 | 1 | 100100 | 0 | 10011 | 100101010 | 101011 | 1000010 |
Color Harmonies of #CB83CE
Complementary color
Monochromatic Colors of #CB83CE
Black with #CB83CE
Text Example
Text Example
White with #CB83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83CE; }
p { color: rgb(203,131,206); }
H1.HeaderClassName
{
color: #CB83CE;
}
.AnyTagClassName
{
color: #CB83CE;
}
</style>
background-color css
<style>
a { background-color: #CB83CE; }
a { background-color: rgb(203,131,206); }
div.DivClassName
{
background-color: #CB83CE;
}
.BgClassName
{
background-color: #CB83CE;
}
</style>
border-color css
<style>
span { border-color: #CB83CE; }
span { border-color: rgb(203,131,206); }
td.TdClassName
{
border-color: #CB83CE;
}
.TagClassName
{
border-color: #CB83CE;
}
</style>