Shades of Medium Orchid #C16BCB
Tints of Medium Orchid #C16BCB
RGB
CMYK
RGB Variations
Color information
#C16BCB (or 0xC16BCB) is known color: Medium Orchid. HEX triplet: C1, 6B and CB. RGB value is (193,107,203). Sum of RGB (Red+Green+Blue) = 193+107+203=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C16BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BCB is #3E9434. Grayscale: #8F8F8F. Windows color (decimal): -4101173 or 13331393. OLE color: 13331393.
HSL color Cylindrical-coordinate representation of color #C16BCB: hue angle of 293.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16BCB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 107 | 203 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.20 |
| HSL | 293.75º | 0.48% | 0.61% | - |
| HSV(B) | 293.75º | 0.47% | 0.8% | - |
| XYZ | 38.03 | 26.16 | 59.55 | - |
| YUV | 143.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 203 | 0.05 | 0.47 | 0 | 0.20 | 293.75 | 0.48 | 0.61 |
| Hex | C1 | 6B | CB | 5 | 2F | 0 | 14 | 126 | 30 | 3D |
| Octal | 301 | 153 | 313 | 5 | 57 | 0 | 24 | 446 | 60 | 75 |
| Binary | 11000001 | 1101011 | 11001011 | 101 | 101111 | 0 | 10100 | 100100110 | 110000 | 111101 |
Color Harmonies of #C16BCB
Complementary color
Monochromatic Colors of #C16BCB
Black with #C16BCB
Text Example
Text Example
White with #C16BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BCB; }
p { color: rgb(193,107,203); }
H1.HeaderClassName
{
color: #C16BCB;
}
.AnyTagClassName
{
color: #C16BCB;
}
</style>
background-color css
<style>
a { background-color: #C16BCB; }
a { background-color: rgb(193,107,203); }
div.DivClassName
{
background-color: #C16BCB;
}
.BgClassName
{
background-color: #C16BCB;
}
</style>
border-color css
<style>
span { border-color: #C16BCB; }
span { border-color: rgb(193,107,203); }
td.TdClassName
{
border-color: #C16BCB;
}
.TagClassName
{
border-color: #C16BCB;
}
</style>