Shades of Orchid #CB83C1
Tints of Orchid #CB83C1
RGB
CMYK
RGB Variations
Color information
#CB83C1 (or 0xCB83C1) is known color: Orchid. HEX triplet: CB, 83 and C1. RGB value is (203,131,193). Sum of RGB (Red+Green+Blue) = 203+131+193=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C1 is #347C3E. Grayscale: #9F9F9F. Windows color (decimal): -3439679 or 12682187. OLE color: 12682187.
HSL color Cylindrical-coordinate representation of color #CB83C1: hue angle of 308.33º 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 #CB83C1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 193 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.20 |
| HSL | 308.33º | 0.41% | 0.65% | - |
| HSV(B) | 308.33º | 0.35% | 0.8% | - |
| XYZ | 42.37 | 32.78 | 54.55 | - |
| YUV | 159.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 193 | 0 | 0.35 | 0.05 | 0.20 | 308.33 | 0.41 | 0.65 |
| Hex | CB | 83 | C1 | 0 | 23 | 5 | 14 | 134 | 29 | 41 |
| Octal | 313 | 203 | 301 | 0 | 43 | 5 | 24 | 464 | 51 | 101 |
| Binary | 11001011 | 10000011 | 11000001 | 0 | 100011 | 101 | 10100 | 100110100 | 101001 | 1000001 |
Color Harmonies of #CB83C1
Complementary color
Monochromatic Colors of #CB83C1
Black with #CB83C1
Text Example
Text Example
White with #CB83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83C1; }
p { color: rgb(203,131,193); }
H1.HeaderClassName
{
color: #CB83C1;
}
.AnyTagClassName
{
color: #CB83C1;
}
</style>
background-color css
<style>
a { background-color: #CB83C1; }
a { background-color: rgb(203,131,193); }
div.DivClassName
{
background-color: #CB83C1;
}
.BgClassName
{
background-color: #CB83C1;
}
</style>
border-color css
<style>
span { border-color: #CB83C1; }
span { border-color: rgb(203,131,193); }
td.TdClassName
{
border-color: #CB83C1;
}
.TagClassName
{
border-color: #CB83C1;
}
</style>