Shades of Orchid #CB83C3
Tints of Orchid #CB83C3
RGB
CMYK
RGB Variations
Color information
#CB83C3 (or 0xCB83C3) is known color: Orchid. HEX triplet: CB, 83 and C3. RGB value is (203,131,195). Sum of RGB (Red+Green+Blue) = 203+131+195=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C3 is #347C3C. Grayscale: #9F9F9F. Windows color (decimal): -3439677 or 12813259. OLE color: 12813259.
HSL color Cylindrical-coordinate representation of color #CB83C3: hue angle of 306.67º 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 #CB83C3 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 195 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.20 |
| HSL | 306.67º | 0.41% | 0.65% | - |
| HSV(B) | 306.67º | 0.35% | 0.8% | - |
| XYZ | 42.6 | 32.87 | 55.73 | - |
| YUV | 159.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 195 | 0 | 0.35 | 0.04 | 0.20 | 306.67 | 0.41 | 0.65 |
| Hex | CB | 83 | C3 | 0 | 23 | 4 | 14 | 133 | 29 | 41 |
| Octal | 313 | 203 | 303 | 0 | 43 | 4 | 24 | 463 | 51 | 101 |
| Binary | 11001011 | 10000011 | 11000011 | 0 | 100011 | 100 | 10100 | 100110011 | 101001 | 1000001 |
Color Harmonies of #CB83C3
Complementary color
Monochromatic Colors of #CB83C3
Black with #CB83C3
Text Example
Text Example
White with #CB83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83C3; }
p { color: rgb(203,131,195); }
H1.HeaderClassName
{
color: #CB83C3;
}
.AnyTagClassName
{
color: #CB83C3;
}
</style>
background-color css
<style>
a { background-color: #CB83C3; }
a { background-color: rgb(203,131,195); }
div.DivClassName
{
background-color: #CB83C3;
}
.BgClassName
{
background-color: #CB83C3;
}
</style>
border-color css
<style>
span { border-color: #CB83C3; }
span { border-color: rgb(203,131,195); }
td.TdClassName
{
border-color: #CB83C3;
}
.TagClassName
{
border-color: #CB83C3;
}
</style>